mlnorm {hurdlr}R Documentation

Density Function for Discrete Log Normal Distribution

Description

Density function of the discrete log normal distribution whose logarithm has mean equal to meanlog and standard deviation equal to sdlog.

Usage

mlnorm(x, meanlog = 0, sdlog = 1, log = T)

Arguments

x

vector of quantiles.

meanlog

mean of the distribution on the log scale.

sdlog

standard deviation of the distribution on the log scale.

log

logical; if TRUE, probabilities p are given as log(p).

Value

Discrete log-normal distributional density.

Author(s)

Taylor Trippe <ttrippe@luc.edu>
Earvin Balderama <ebalderama@luc.edu>


[Package hurdlr version 0.1 Index]