Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

asUnOvShoot

Generating function for asUnOvShoot-class


Description

Generates an object of class "asUnOvShoot".

Usage

asUnOvShoot(width = 1.960, biastype = symmetricBias())

Arguments

width

positive real: half the width of given confidence interval.

biastype

a bias type of class BiasType

Value

Object of class "asUnOvShoot"

Author(s)

References

Rieder, H. (1980) Estimates derived from robust tests. Ann. Stats. 8: 106–115.

Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.

See Also

Examples

asUnOvShoot()

## The function is currently defined as
function(width = 1.960, biastype = symmetricBias()){ 
     new("asUnOvShoot", width = width, biastype = biastype) }

distrMod

Object Oriented Implementation of Probability Models

v2.8.4
LGPL-3
Authors
Matthias Kohl [aut, cph], Peter Ruckdeschel [cre, cph], R Core Team [ctb, cph] (for source file 'format.perc')
Initial release
2020-03-06

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.