Probability of the statistic exceeding D under the null hypothesis of equality and against the two-sided alternative. This probability is twice the probability, p_1, reported by OneSidedPValue, (or 1.0 if p_1 \ge 1/2). This approximation is nearly exact when p_1 \lt 0.1.

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

Syntax

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

See Also