ll.lognorm: Log-normal Log-likelihood

Description Usage Arguments Details Value Author(s) Examples

View source: R/ll.lognorm.R

Description

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

Usage

1

Arguments

nu

ν parameter

t

the vector of values

Details

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

Value

ll.lognorm

the value

Author(s)

Michal Trzesiok

Examples

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

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