Plots cummulative density for Kuiper test and computes confidence interval for Kuiper test stat.
Plots cummulative density for Kuiper test and computes confidence interval for Kuiper test stat.
Kuiper test statistic is a non parametric test for distribution equality and is closely related to KS test. Formally, the Kuiper test statistic is : [REMOVE_ME]D∗=maxi{F(Xi)−F(xi)^+maxi{F^(Xi)−F(Xi)}[REMOVEME2]
confidence.interval: Confidence interval expressed as a fraction of 1
Returns
Confidence Interval for KS 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∗=imax{F(Xi)−F(xi)^+imax{F^(Xi)−F(Xi)}
Examples
# 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)