bias.mle | R Documentation |
This is not a good estimate of the bias in general, but it's arguably better than returning 'NULL'.
## S3 method for class 'mle'
bias(x, theta = NULL, ...)
x |
the 'mle' object to compute the bias of. |
theta |
true parameter value. normally, unknown (NULL), in which case we estimate the bias (say, using bootstrap) |
... |
additional arguments to pass |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.