KolmogorovTwoSampleOneSidedPValue Property |
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.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double OneSidedPValue { get; }
Public ReadOnly Property OneSidedPValue As Double
Get
public:
property double OneSidedPValue {
double get ();
}
member OneSidedPValue : float with get
Property Value
Type:
DoubleSee Also