
- UID
- 223252
- 帖子
- 250
- 主题
- 133
- 注册时间
- 2011-7-11
- 最后登录
- 2013-8-22
|
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 |
|