Function to visualize the sampling distribution of Dn and to find simulated critical values.

ksdist(n = 10, sims = 10000, alpha = 0.05)

Arguments

n

sample size

sims

number of simulations to perform

alpha

desired alpha level

See also

ksLdist

Examples

ksdist(n = 10, sims = 10000, alpha = 0.05)