mse: Generic method for computing the mean squared error (MSE) of...

View source: R/algebraic.mle.R

mseR 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.

Description

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.

Usage

mse(x, theta)

Arguments

x

the object to compute the MSE of

theta

the true parameter value


queelius/algebraic.mle documentation built on Jan. 29, 2025, 3:23 p.m.