MLE {OBRE} | R Documentation |
Numerical Maximum Likelihood Estimator
Description
The parameters Maximum Likelihood Estimation is obtained by numerical optimization.
Usage
MLE(nvData, strDistribution, lDensityExpr)
Arguments
nvData |
The vector of the data. |
strDistribution |
The distribution name. |
lDensityExpr |
The distribution expression, |
Value
A list with distribution name, distribution parameters, value of the objective function corresponding to the parameters, additional information returned by the optimizer, convergence of the algorithm.
[Package OBRE version 0.2-0 Index]