BiasType-class {distrMod}R Documentation

Bias Type

Description

Class of bias types.

Objects from the Class

A virtual Class: No objects may be created from it.

Slots

name:
Object of class "character".

Methods

name
signature(object = "BiasType"): accessor function for slot name.
name<-
signature(object = "BiasType", value = "character"): replacement function for slot name.

Author(s)

Peter Ruckdeschel Peter.Ruckdeschel@itwm.fraunhofer.de

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

RiskType-class

Examples

aB <- positiveBias()
name(aB)

[Package distrMod version 2.0.7 Index]