Click or drag to resize
Correlation Class
A class with correlation measures between two datasets.
Inheritance Hierarchy
SystemObject
  MathNet.Numerics.StatisticsCorrelation

Namespace: MathNet.Numerics.Statistics
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public static class Correlation

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