pkolmogorov: Kolmogorov CDF

Description Usage Arguments Value Examples

Description

CDF of the Kolmogorov distribution.

Usage

1
pkolmogorov(q, summands = ceiling(q * sqrt(72) + 3/2))

Arguments

q

Quantile input to CDF

summands

Number of summands for infinite sum (the default should have machine accuracy)

Value

If Z is the random variable following the Kolmogorov distribution, the quantity P(Z ≤q q)

Examples

1
CPAT:::pkolmogorov(0.1)

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

Related to pkolmogorov in CPAT...