View source: R/algebraic.mle.R
bias | R Documentation |
Generic method for computing the bias of an estimator object.
bias(x, theta, ...)
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 |
The bias of the estimator. The return type depends on the specific method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.