Probability of the statistic exceeding D under the null hypothesis of equality and against the one-sided alternative. An exact probability is computed if the number of observation is less than or equal to 80, otherwise an approximate probability is computed.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

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

See Also