Skip to contents

Probability density function of a variable whose logit is Gaussian.

Usage

dlogitnorm(x, mu, sd)

Arguments

x

Numeric vector. Evaluation value.

mu

Numeric vector. Mean of the latent Gaussian.

sd

Numeric vector. Standard deviation of the latent Gaussian.

References

https://en.wikipedia.org/wiki/Logit-normal_distribution

Examples

dlogitnorm(seq(0.1, 0.9, by = 0.1), 1, 1)
#> [1] 0.02672608 0.14463276 0.34488458 0.61910013 0.96788290 1.39297529
#> [7] 1.87770492 2.31412411 2.16481245