Learn R Programming

CPAT (version 0.1.0)

pkolmogorov: 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

Run this code
# NOT RUN {
CPAT:::pkolmogorov(0.1)
# }

Run the code above in your browser using DataLab