KolmogorovOneSampleTwoSidedPValue Property |
Probability of the statistic exceeding D under
the null hypothesis of equality and against the
two-sided alternative.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic double TwoSidedPValue { get; }
Public ReadOnly Property TwoSidedPValue As Double
Get
public:
property double TwoSidedPValue {
double get ();
}
member TwoSidedPValue : float with get
Property Value
Type:
Double
Remarks
This probability is twice the probability,

,
reported by
OneSidedPValue,
(or 1.0 if

).
This approximation is nearly exact when

.
See Also