pKolmogorov {cumulcalib} | R Documentation |
CDF of the Kolmogorov distribution
Description
CDF of the Kolmogorov distribution
Usage
pKolmogorov(q, summands = ceiling(q * sqrt(72) + 3/2))
Arguments
q |
the quantity at which CDF will be evaluated. Currently accepts only a scalar |
summands |
maximum number of terms to be evaluated in the infinite series (default=ceiling(q*sqrt(72)+3/2)) |
Value
a scalar value
[Package cumulcalib version 0.0.1 Index]