cdf {distributional} | R Documentation |
The cumulative distribution function
Description
Usage
cdf(x, q, ..., log = FALSE)
## S3 method for class 'distribution'
cdf(x, q, ...)
Arguments
x |
The distribution(s). |
q |
The quantile at which the cdf is calculated. |
... |
Additional arguments passed to methods. |
log |
If |
[Package distributional version 0.4.0 Index]