Numerix v0.6.0 Numerix.Correlation View Source
Statistical correlation functions between two vectors.
Link to this section Summary
Functions
Calculates the Pearson correlation coefficient between two vectors.
Calculates the weighted Pearson correlation coefficient between two vectors.
Link to this section Functions
Link to this function
pearson(x, y)
View Sourcepearson(Numerix.Common.vector(), Numerix.Common.vector()) :: Numerix.Common.maybe_float()
Calculates the Pearson correlation coefficient between two vectors.
Link to this function
pearson(vector1, vector2, weights)
View Sourcepearson( Numerix.Common.vector(), Numerix.Common.vector(), Numerix.Common.vector() ) :: Numerix.Common.maybe_float()
Calculates the weighted Pearson correlation coefficient between two vectors.