MLE | R Documentation |
The parameters Maximum Likelihood Estimation is obtained by numerical optimization.
MLE(nvData, strDistribution, lDensityExpr)
nvData |
The vector of the data. |
strDistribution |
The distribution name. |
lDensityExpr |
The distribution expression, |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.