[Stable]

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 TRUE, probabilities will be given as log probabilities.

See also

vignette("broadcasting", package = "distributional") for how the q argument is combined with the distributions.