Correlation Class |
Namespace: MathNet.Numerics.Statistics
public static class Correlation
The Correlation type exposes the following members.
Name | Description | |
---|---|---|
Pearson |
Computes the Pearson Product-Moment Correlation coefficient.
| |
PearsonMatrix(IEnumerableDouble) |
Computes the Pearson Product-Moment Correlation matrix.
| |
PearsonMatrix(Double) |
Computes the Pearson Product-Moment Correlation matrix.
| |
Spearman |
Computes the Spearman Ranked Correlation coefficient.
| |
SpearmanMatrix(IEnumerableDouble) |
Computes the Spearman Ranked Correlation matrix.
| |
SpearmanMatrix(Double) |
Computes the Spearman Ranked Correlation matrix.
| |
WeightedPearson |
Computes the Weighted Pearson Product-Moment Correlation coefficient.
|