FriedmanTest.GetMeanRank Method

Returns the mean rank for the specified treatment.

Definition

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

Parameters

treatmentIndex  Int32
The zero-based treatment index.

Return Value

Double
The mean rank for the specified treatment.

See Also