pkolmogorov {CPAT}R Documentation

Kolmogorov CDF

Description

CDF of the Kolmogorov distribution.

Usage

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 \leq q)

Examples

CPAT:::pkolmogorov(0.1)

[Package CPAT version 0.1.0 Index]