Gets the critical value based on the current alpha level associated with this hypothesis test.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double CriticalValue { get; }
Visual Basic (Declaration)
Public ReadOnly Property CriticalValue As Double
Visual C++
public:
property double CriticalValue {
	double get ();
}

See Also