Learn R Programming

distrMod (version 2.1.1)

asymmetricBias-class: asymmetric Bias Type

Description

Class of asymmetric bias types.

Arguments

Objects from the Class

Objects can be created by calls of the form new("asymmetricBias", ...). More frequently they are created via the generating function asymmetricBias.

Extends

Class "BiasType", directly.

concept

  • asymptotic risk
  • bias
  • risk

References

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.

See Also

BiasType-class

Examples

Run this code
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)

Run the code above in your browser using DataLab