bias: Generic method for computing the bias of an estimator object.

View source: R/algebraic.mle.R

biasR Documentation

Generic method for computing the bias of an estimator object.

Description

Generic method for computing the bias of an estimator object.

Usage

bias(x, theta, ...)

Arguments

x

the object to compute the bias of.

theta

true parameter value. usually, this is unknown (NULL), in which case we estimate the bias

...

pass additional arguments

Value

The bias of the estimator. The return type depends on the specific method.


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