asAnscombe: Generating function for asAnscombe-class

View source: R/asAnscombe.R

asAnscombeR Documentation

Generating function for asAnscombe-class

Description

Generates an object of class "asAnscombe".

Usage

asAnscombe(eff = .95, biastype = symmetricBias(), normtype = NormType())

Arguments

eff

value in (0,1]: ARE in the ideal model

biastype

a bias type of class BiasType

normtype

a norm type of class NormType

Value

Object of class asAnscombe

Author(s)

Peter Ruckdeschel peter.ruckdeschel@fraunhofer.itwm.de

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

asAnscombe-class

Examples

asAnscombe()

## The function is currently defined as
function(eff = .95, biastype = symmetricBias(), normtype = NormType()){ 
    new("asAnscombe", eff = eff, biastype = biastype, normtype = normtype) }

ROptEst documentation built on Nov. 17, 2022, 1:06 a.m.

Related to asAnscombe in ROptEst...