KuiperTestStat: Plots cummulative density for Kuiper test and computes confidence interval
for Kuiper test stat.
Description
Kuiper test statistic is a non parametric test for
distribution equality and is closely related to KS test. Formally, the
Kuiper test statistic is :
$$D*=\max_i{F(X_i)-\hat{F(x_i)}+\max_i{\hat{F}(X_i)-F(X_i)}$$
# Plots the cdf for Kuiper Test statistic and returns Kuiper confidence# interval for 100 trials with 1000 sample size and 0.95 confidence# interval. KuiperTestStat(100, 1000, 0.95)