covar

Syntax:

Value Number  covar(Range source)

Description:

Computes covariance of the columns in source.

Examples:

($d4) = covar($a1:$c3)
Before:
AB CD
1167
2258
33420
4
5
6
After:
AB CD
1167
2258
33420
4-1.22222222222222
5
6
($a1) = covar($b1:$d20)