est.nu {MixedPoisson} | R Documentation |
Estimation of nu parameter of log-normal distribution
Description
The function estimates the value of the parameter nu using \texttt{optimize}
.
Usage
est.nu(t)
Arguments
t |
the vector of values |
Details
The form of the distribution is as in the function \texttt{ll.lognorm}
Value
nu |
the estimates of |
ll.nu.max |
the value of loglikehood |
Author(s)
Michal Trzesiok
Examples
est.nu(t=c(3,8))
[Package MixedPoisson version 2.0 Index]