NlLike {OBRE} | R Documentation |
Negative Log-Likelihood
Description
The function compute the Negative Log-Likelihood value that has to be used for optimization in MLE function.
Usage
NlLike(nvTheta, nvData, lDensityExpr)
Arguments
nvTheta |
Parameters of the distribution. |
nvData |
The vector of the data. |
lDensityExpr |
The distribution density espressions. |
Value
Negative log likelihood value.
[Package OBRE version 0.2-0 Index]