Kolmogorov Distribution Quantile Function
Quantile function for the Kolmogorov distribution.
qkolmogorov(p, summands = 500, interval = c(0, 100), tol = .Machine$double.eps, ...)
p |
Value of the CDF at the quantile |
summands |
Number of summands for infinite sum |
interval, tol, ... |
Arguments to be passed to
|
This function uses uniroot
for finding this quantity,
and many of the the accepted parameters are arguments for that function; see
its documentation for more details.
The quantile associated with p
CPAT:::qkolmogorov(0.5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.