Learn R Programming

RobAStBase (version 0.7.1)

BdStWeight-class: Robust Weight classes for bounded, standardized weights

Description

Classes for bounded, robust, standardized weights.

Arguments

docType

class

Objects from the Class

Objects can be created by calls of the form new("BdStWeight", ...); to fill slot weight, you will use the generating functions getweight and minbiasweight.

Extends

Class "RobWeight", via class "BoundedWeight". Class "BoundedWeight", directly.

concept

influence curve

References

Hampel et al. (1986) Robust Statistics. The Approach Based on Influence Functions. New York: Wiley. Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer. Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.

See Also

BoundedWeight-class, RobWeight-class, IC, InfluenceCurve-class

Examples

Run this code
## prototype
new("BdStWeight")

Run the code above in your browser using DataLab