Gets the p-value associated with the test statistic.

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

Syntax

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

See Also