R/distribution.R
quantile.distribution.Rd
Computes the quantiles of a distribution.
# S3 method for class 'distribution' quantile(x, p, ..., log = FALSE)
The distribution(s).
The probability of the quantile.
Additional arguments passed to methods.
If TRUE, probabilities will be given as log probabilities.
TRUE
vignette("broadcasting", package = "distributional") for how the p argument is combined with the distributions.
vignette("broadcasting", package = "distributional")
p