Click or drag to resize

CorrelationSpearmanMatrix(IEnumerableDouble) Method

Computes the Spearman Ranked Correlation matrix.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Matrix<double> SpearmanMatrix(
	IEnumerable<double[]> vectors
)

Parameters

vectors  IEnumerableDouble
Enumerable of sample data vectors.

Return Value

MatrixDouble
The Spearman ranked correlation matrix.
See Also