Click or drag to resize
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, 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.2.0
Syntax
public double TwoSidedPValue { get; }

Property Value

Type: Double
See Also