cdf: The cumulative distribution function
Description
![[Stable]](figures/lifecycle-stable.svg?package=distributional&version=0.5.0)
Usage
cdf(x, q, ..., log = FALSE)# S3 method for 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 TRUE
, probabilities will be given as log probabilities.