R/mle_boot.R
bias.mle_boot.Rd
Computes the estimate of the bias of a `mle_boot` object.
# S3 method for class 'mle_boot' bias(x, theta = NULL, ...)
the `mle_boot` object to compute the bias of.
true parameter value (not used for `mle_boot`).
pass additional arguments (not used)
Numeric vector of estimated bias (mean of bootstrap replicates minus original estimate).