Generic method for computing the mean squared error (MSE) of an estimator, `mse(x) = E[(x-mu)^2]` where `mu` is the true parameter value.
Source:R/algebraic.mle.R
mse.Rd
Generic method for computing the mean squared error (MSE) of an estimator, `mse(x) = E[(x-mu)^2]` where `mu` is the true parameter value.