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 .
Usage
ll.lognorm(nu, t)
Arguments
nu |
|
t |
the vector of values |
Details
The pdf of log-normal is of the form
Value
ll.lognorm |
the value |
Author(s)
Michal Trzesiok
Examples
ll.lognorm(1, c(3,8))
[Package MixedPoisson version 2.0 Index]