public TestResult KuiperTest(
ContinuousDistribution distribution
)
Public Function KuiperTest (
distribution As ContinuousDistribution
) As TestResult
public:
TestResult^ KuiperTest(
ContinuousDistribution^ distribution
)
member KuiperTest :
distribution : ContinuousDistribution -> TestResult
Like the Kolmogorov-Smirnov test ((KolmogorovSmirnovTest(ContinuousDistribution), Kuiper's test compares the EDF of the sample to the CDF of the given distribution.
For small sample sizes, we compute the null distribution of V exactly. For large sample sizes, we use an accurate asymptotic approximation. Therefore it is safe to use this method for all sample sizes.
ArgumentNullException | distribution is . |
InsufficientDataException | There is no data in the sample. |