Click or drag to resize
Correlation Methods

The Correlation type exposes the following members.

Methods
  NameDescription
Public methodStatic memberPearson
Computes the Pearson Product-Moment Correlation coefficient.
Public methodStatic memberPearsonMatrix(IEnumerableDouble)
Computes the Pearson Product-Moment Correlation matrix.
Public methodStatic memberPearsonMatrix(Double)
Computes the Pearson Product-Moment Correlation matrix.
Public methodStatic memberSpearman
Computes the Spearman Ranked Correlation coefficient.
Public methodStatic memberSpearmanMatrix(IEnumerableDouble)
Computes the Spearman Ranked Correlation matrix.
Public methodStatic memberSpearmanMatrix(Double)
Computes the Spearman Ranked Correlation matrix.
Public methodStatic memberWeightedPearson
Computes the Weighted Pearson Product-Moment Correlation coefficient.
Top
See Also