ll.lognorm {MixedPoisson}R Documentation

Log-normal Log-likelihood

Description

The function returns the value of log-likelihood function of log-normal distribution with one parameter \nu.

Usage

ll.lognorm(nu, t)

Arguments

nu

\nu parameter

t

the vector of values

Details

The pdf of log-normal is of the form f_\theta(\theta)=\frac{1}{\sqrt{2\pi\nu\theta}}\exp[-\frac{(\log(\theta)+\frac{\nu^2}{2})^2}{2\nu^2}]

Value

ll.lognorm

the value

Author(s)

Michal Trzesiok

Examples

ll.lognorm(1, c(3,8))

[Package MixedPoisson version 2.0 Index]