bias | R Documentation |
The function bias
extracts or calculates bias of a fitted model
object.
bias(object, ...)
## S3 method for class 'rmx'
bias(object, ...)
object |
a fitted model object, especially an object of S3 class |
... |
further arguments passed through. |
The function is inspired by function vcov
.
In case of optimally-robust RMX estimators the maximum asymptotic bias is extracted and returned.
Numeric vector with the bias.
Matthias Kohl Matthias.Kohl@stamats.de
Kohl, M. (2005). Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
M. Kohl, P. Ruckdeschel, and H. Rieder (2010). Infinitesimally Robust Estimation in General Smoothly Parametrized Models. Statistical Methods and Application, 19(3):333-354.
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
rmx
, mse
ind <- rbinom(100, size=1, prob=0.05)
x <- rnorm(100, mean=ind*3, sd=(1-ind) + ind*9)
res <- rmx(x, eps.lower = 0.01, eps.upper = 0.1)
bias(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.