mle | R Documentation |
A concrete R6 object for Maximum Likelihood Estimation.
Returns R6 object of class mle.
fmmr6::AbstractMethod
-> fmmr6::EstimMethod
-> mle
fit()
Fit the MLE.
mle$fit(algo = "mle", ...)
algo
(character(1)
)
The algorithm used. The default is mle
.
...
(list()
)
Other related parameters.
clone()
The objects of this class are cloneable with this method.
mle$clone(deep = FALSE)
deep
Whether to make a deep clone.
Dongjie Wu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.