View source: R/algebraic.mle.R
mse | R Documentation |
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.
mse(x, theta)
x |
the object to compute the MSE of |
theta |
the true parameter value |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.