ksdist: Simulated Distribution of D[n] (Kolmogorov-Smirnov)

Description Usage Arguments Author(s) See Also Examples

Description

Function to visualize the sampling distribution of D[n] (the Kolmogorov-Smirnov one sample statistic) and to find simulated critical values.

Usage

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

Arguments

n

sample size

sims

number of simulations to perform

alpha

desired α level

Author(s)

Alan T. Arnholt <arnholtat@appstate.edu>

See Also

ksldist

Examples

1
ksdist(n = 10, sims = 15000, alpha =0.05)

PASWR2 documentation built on Sept. 5, 2021, 5:44 p.m.