Test against a specific distribution
ks_test(
x,
cdf,
ci = 0.05,
min_quantile = 0.015,
max_quantile = 0.985,
k = 1000,
plot = FALSE
)a vector.
a function. The theoric distribution to use for comparison.
p.value for rejection.
minimum quantile for the grid of values.
maximum quantile for the grid of values.
finite value for approximation of infinite sum.
when TRUE a plot is returned, otherwise a tibble.
random seed for two sample test.
when plot = TRUE a plot is returned, otherwise a tibble.