View source: R/core-fisher_mle.R
| mse.fisher_mle | R Documentation |
Computes MSE = Var + Bias^2 (scalar) or Vcov + bias %*% t(bias) (matrix).
Under regularity conditions, asymptotic bias is zero, so MSE equals the
variance-covariance matrix. When model is provided, uses Monte Carlo
bias estimation via bias.fisher_mle().
## S3 method for class 'fisher_mle'
mse(x, theta = NULL, ..., model = NULL, n_sim = 1000)
x |
A fisher_mle object |
theta |
True parameter value (for simulation studies) |
... |
Additional arguments (ignored) |
model |
A likelihood model (optional, enables MC bias estimation) |
n_sim |
Number of MC replicates for bias estimation (default 1000) |
MSE matrix or scalar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.