Gets the area under the probability distribution to the left of the test statistic.

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

Syntax

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

See Also