lognorm.density: Log-normal Density

Description Usage Arguments Details Value Author(s) Examples

View source: R/lognorm.density.R

Description

The function returns the vector of values of density function for of log-normal distribution with one parameter ν.

Usage

1
lognorm.density(theta, nu)

Arguments

theta

the vector of values

nu

the parameter of log-normal distribution

Details

The pdf of log-normal is of the form f_θ(θ)=\frac{1}{√{2πνθ}}\exp[-\frac{(\log(θ)+\frac{ν^2}{2})^2}{2ν^2}]

Value

lognorm.density(theta, nu)

the density – the vector of values

Author(s)

Michal Trzesiok

Examples

1
lognorm.density(c(2,3,5,4,6,7,6), 5)

MixedPoisson documentation built on May 2, 2019, 12:40 p.m.