Click or drag to resize

CorrelationSpearman Method

Computes the Spearman Ranked Correlation coefficient.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Spearman(
	IEnumerable<double> dataA,
	IEnumerable<double> dataB
)

Parameters

dataA  IEnumerableDouble
Sample data series A.
dataB  IEnumerableDouble
Sample data series B.

Return Value

Double
The Spearman ranked correlation coefficient.
See Also