fiUnOvShoot {distrMod} | R Documentation |
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"
Author(s)
Matthias Kohl Matthias.Kohl@stamats.de
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
Examples
fiUnOvShoot()
## The function is currently defined as
function(width = 1.960){ new("fiUnOvShoot", width = width) }
[Package distrMod version 2.9.1 Index]