qkolmogorov: Kolmogorov Distribution Quantile Function

Description Usage Arguments Details Value Examples

Description

Quantile function for the Kolmogorov distribution.

Usage

1
2
qkolmogorov(p, summands = 500, interval = c(0, 100),
  tol = .Machine$double.eps, ...)

Arguments

p

Value of the CDF at the quantile

summands

Number of summands for infinite sum

interval, tol, ...

Arguments to be passed to uniroot

Details

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.

Value

The quantile associated with p

Examples

1
CPAT:::qkolmogorov(0.5)

Example output

Package 'CPAT' version 0.1.0
Type citation("CPAT") for citing this R package in publications
[1] 0.8275736

CPAT documentation built on May 1, 2019, 6:51 p.m.

Related to qkolmogorov in CPAT...