FriedmanTest.GetSumOfRanks Method

Returns the sum of ranks for the specified treatment.

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.7.0
C#
public double GetSumOfRanks(
	int treatmentIndex
)

Parameters

treatmentIndex  Int32
The zero-based treatment index.

Return Value

Double
The sum of ranks for the specified treatment.

See Also