Click or drag to resize

KruskalWallisTestStatisticCriticalValue Method

Computes the critical value for the test statistic at the given significance level.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double StatisticCriticalValue(
	double alpha
)

Parameters

alpha  Double
A significance level.

Return Value

Double
The critical value.
See Also