Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class KolmogorovOneSample |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class KolmogorovOneSample |
Visual C++ |
---|
[SerializableAttribute] public ref class KolmogorovOneSample |
Remarks
The hypotheses tested follow:








The theoretical CDF is assumed to be continuous.
If the CDF is not continuous,
the statistics will not be computed correctly.
Estimation of parameters in the theoretical CDF from the sample data will tend to make the p-values associated with the test statistics too liberal. The empirical CDF will tend to be closer to the theoretical CDF than it should be.
No attempt is made to check that all points in the sample are in the support of the theoretical CDF. If all sample points are not in the support of the CDF, the null hypothesis must be rejected.