dlogitnorm | R Documentation |
Density function of logitnormal distribution
dlogitnorm(x, mu = 0, sigma = 1, log = FALSE,
...)
x |
vector of quantiles |
mu |
scale distribution parameter |
sigma |
location distribution parameter |
log |
if TRUE, the log-density is returned |
... |
further arguments passed to |
density function: dlogitnorm
distribution function: plogitnorm
quantile function: qlogitnorm
random generation function: rlogitnorm
The function is only defined in interval (0,1), but the density returns 0 outside the support region.
Thomas Wutzler
logitnorm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.