asymmetric Bias Type
Class of asymmetric bias types.
Objects can be created by calls of the form new("asymmetricBias", ...)
.
More frequently they are created via the generating function
asymmetricBias
.
name
Object of class "character"
.
nu
Object of class "numeric"
;
to be in (0,1] x (0,1] with maximum 1; weights for
negative and positive bias, respectively
signature(object = "asymmetricBias")
:
accessor function for slot nu
.
signature(object = "asymmetricBias", value = "numeric")
:
replacement function for slot nu
.
Class "BiasType"
, directly.
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Ruckdeschel, P. (2005) Optimally One-Sided Bounded Influence Curves. Mathematical Methods in Statistics 14(1), 105-131.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
asymmetricBias() ## The function is currently defined as function(){ new("asymmetricBias", name = "asymmetric Bias", nu = c(1,1)) } aB <- asymmetricBias() nu(aB) try(nu(aB) <- -2) ## error nu(aB) <- c(0.3,1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.