Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

@wikipedia


(1) \rho_{xy} = \frac{{\rm cov}(x,y)}{\sigma(x) \sigma(y)}

where

\{ (x, y) \} = \{ (x_1, y_1), \, (x_2, y_2), \, x_3 ... (x_n, y_n) \}

dynamic properties on the same discrete argument ( i=1..N)

(2) {\rm cov}(x,y) = \frac{1}{n} \sum_{i=1}^n (x_i - \bar x) (y_i - \bar y)


cross-property covariance

(3) \sigma(x) = \sqrt { \frac{1}{n} \sum_{i=1}^n (x_i - \bar x)^2 }


standard deviation of property x


(4) \sigma(y) = \sqrt { \frac{1}{n} \sum_{i=1}^n (y_i - \bar y)^2 }


standard deviation of property y


Pearson correlation coefficient ranges between -1 and 1 and indicates how close the two properties can be related by a linear correlation:

y_i = a x_i + b, \quad \forall \, i=1..N

with a certain pick on a and b.



  • No labels