Gets the left critical value based on the current probability distribution and 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 LeftCriticalValue { get; }
Visual Basic (Declaration)
Public ReadOnly Property LeftCriticalValue As Double
Visual C++
public:
property double LeftCriticalValue {
	double get ();
}

See Also