| CorrelationSpearmanMatrix Method (Double) |
Computes the Spearman Ranked Correlation matrix.
Namespace: MathNet.Numerics.StatisticsAssembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax public static Matrix<double> SpearmanMatrix(
params double[][] vectors
)
Parameters
- vectors
- Type: SystemDouble
Array of sample data vectors.
Return Value
Type:
MatrixDoubleThe Spearman ranked correlation matrix.
See Also