R/mle_boot.R
mean.mle_boot.Rd
Returns the empirical mean of the bootstrap replicates (which includes bootstrap bias). For the bias-corrected point estimate, use params().
params()
# S3 method for class 'mle_boot' mean(x, ...)
An mle_boot object.
mle_boot
Additional arguments (not used).
Numeric vector of column means of bootstrap replicates.