Density, distribution function, and quantile function for the logit Normal
distribution. The location and scale parameters of the distribution are mu
and sigma
, which are the mean and standard deviation on the logit scale.
For convenience, the distribution may also be specified in terms of its mean
and standard deviation, instead of its logit-mean and logit-sd.
Usage
dlogitnorm(x, mu = 0, sigma = 1, ..., mean, sd)
plogitnorm(q, mu = 0, sigma = 1, ..., mean, sd)
qlogitnorm(p, mu = 0, sigma = 1, ..., mean, sd)