Friedman Test.Get Sum Of Ranks 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#
The sum of ranks for the specified treatment.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.7.0
public double GetSumOfRanks(
int treatmentIndex
)Parameters
- treatmentIndex Int32
- The zero-based treatment index.
Return Value
DoubleThe sum of ranks for the specified treatment.