KolmogorovTwoSampleTwoSidedPValue Property |
Probability of the statistic exceeding
D under
the null hypothesis of equality and against the
two-sided alternative. This probability is twice the probability,
,
reported by
OneSidedPValue,
(or 1.0 if
).
This approximation is nearly exact when
.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double TwoSidedPValue { get; }
Public ReadOnly Property TwoSidedPValue As Double
Get
public:
property double TwoSidedPValue {
double get ();
}
member TwoSidedPValue : float with get
Property Value
Type:
DoubleSee Also