Learn R Programming

ROptEstOld (version 1.2.0)

fiUnOvShoot: Generating function for fiUnOvShoot-class

Description

Generates an object of class "fiUnOvShoot".

Usage

fiUnOvShoot(width = 1.960)

Arguments

width

positive real: half the width of given confidence interval.

Value

Object of class "fiUnOvShoot"

References

Huber, P.J. (1968) Robust Confidence Limits. Z. Wahrscheinlichkeitstheor. Verw. Geb. 10:269--278.

Rieder, H. (1989) A finite-sample minimax regression estimator. Statistics 20(2): 211--221.

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

Ruckdeschel, P. and Kohl, M. (2005) How to approximate the finite sample risk of M-estimators.

See Also

fiUnOvShoot-class

Examples

Run this code
# NOT RUN {
fiUnOvShoot()

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

Run the code above in your browser using DataLab