mle_boot | R Documentation |
Sometimes, the large sample asymptotic theory of MLEs is not applicable. In such cases, we can use the bootstrap to estimate the sampling distribution of the MLE.
mle_boot(x)
x |
the 'boot' return value |
This takes an approach similiar to the 'mle_numerical' object, which is a wrapper for a 'stats::optim' return value, or something that is compatible with the 'optim' return value. Here, we take a 'boot' object, which is the sampling distribution of an MLE, and wrap it in an 'mle_boot' object and then provide a number of methods for the 'mle_boot' object that satisfies the concept of an 'mle' object.
Look up the 'boot' package for more information on the bootstrap.
an 'mle_boot' object (wrapper for 'boot' object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.