ksLdist {PASWR} | R Documentation |
Function to visualize the sampling distribution of D_n
(the Kolmogorov-Smirnov one sample statistic) for simple and composite hypotheses
ksLdist(n = 10, sims = 10000, alpha = 0.05)
n |
sample size |
sims |
number of simulations to perform |
alpha |
desired |
Alan T. Arnholt <arnholtat@appstate.edu>
ksLdist(n = 10, sims = 1500, alpha = 0.05)