diff options
| author | wukong <wukong@longaeva> | 2026-05-09 14:14:18 -0700 |
|---|---|---|
| committer | wukong <wukong@longaeva> | 2026-05-09 14:14:18 -0700 |
| commit | 2140aa909280dfa8506466aa20b2c2b8cbb377fe (patch) | |
| tree | 3ab447e0139f5b25fdd150dc0eaebb45961967ef /cov.awk | |
| parent | 6ff1fc477e92897177cb4cebdaa21fa41a41c0a4 (diff) | |
added diff2.awk to estimate numerical second diff;
removed commented out population covariance from cov.awk;
added decimal points to pi estimate in em.awk;
Diffstat (limited to 'cov.awk')
| -rw-r--r-- | cov.awk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -36,7 +36,6 @@ NF > 0 { meanx[x,y] += dx[x,y]/count[x,y] meany[x,y] += dy[x,y]/count[x,y] C[x,y] += dx[x,y]*dy[x,y] - # cov_pop[x,y] = C[x,y]/count[x,y] (count[x,y] > 1) ? cov_samp[x,y] = C[x,y]/(count[x,y] - 1) : cov_samp[x,y] = "" } } |
