dlogitnorm {logitnorm}R Documentation

dlogitnorm

Description

Density function of logitnormal distribution

Usage

dlogitnorm(x, mu = 0, sigma = 1, log = FALSE, 
    ...)

Arguments

x

vector of quantiles

mu

scale distribution parameter

sigma

location distribution parameter

log

if TRUE, the log-density is returned

...

further arguments passed to dnorm: mean, and sd for mu and sigma respectively.

Details

Logitnorm distribution

The function is only defined in interval (0,1), but the density returns 0 outside the support region.

Author(s)

Thomas Wutzler

See Also

logitnorm


[Package logitnorm version 0.8.39 Index]