View source: R/core-fisher_mle.R
| bias.fisher_mle | R Documentation |
Estimates the bias of the MLE. Without a model and true parameter value,
returns zeros (asymptotic bias is zero under regularity conditions).
When both theta and model are provided, performs a Monte Carlo
simulation study to estimate finite-sample bias.
## S3 method for class 'fisher_mle'
bias(x, theta = NULL, model = NULL, n_sim = 1000, ...)
x |
A fisher_mle object |
theta |
True parameter value (for simulation studies) |
model |
A likelihood model with |
n_sim |
Number of Monte Carlo replicates (default 1000) |
... |
Additional arguments (ignored) |
Bias estimate vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.