| CorrelationSpearmanMatrix Method (IEnumerableDouble) |
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(
IEnumerable<double[]> vectors
)
Parameters
- vectors
- Type: System.Collections.GenericIEnumerableDouble
Enumerable of sample data vectors.
Return Value
Type:
MatrixDoubleThe Spearman ranked correlation matrix.
See Also