Click or drag to resize
CorrelationSpearmanMatrix Method (Double)
Computes the Spearman Ranked Correlation matrix.

Namespace: MathNet.Numerics.Statistics
Assembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public static Matrix<double> SpearmanMatrix(
	params double[][] vectors
)

Parameters

vectors
Type: SystemDouble
Array of sample data vectors.

Return Value

Type: MatrixDouble
The Spearman ranked correlation matrix.
See Also