Re-parametrised distributions
Arguments
- n
number of observations
- x
vector of quantiles
- q
vector of quantiles
- p
vector of probabilities
- log
logical; if TRUE, probabilities p are given as log(p).
- log.p
logical; if TRUE, probabilities p are given as log(p).
- lower.tail
logical; if TRUE (default), probabilities are
P[X<=x]
otherwiseP[X>x]
.- convex
Show a warning if the distribution selected is not a convex function
- prob
the mean probability (vectorised)
- kappa
a coefficient of variation. where 0 is no variability and 1 is maximally variability (vectorised)
- mean
the mean value on the true scale (vectorised)
- sd
the standard deviation on the true scale (vectorised)