返回列表 发帖
well using 2nd data, and 2nd stat I can calculate std dev of A, std dev ov B, and correlation coefficient within 30 seconds.

Given all that, you can compute covariance in another 20 sec with corr = covAB / sigA * sigB

TOP

返回列表