asymmetricBias {distrMod} | R Documentation |
Generating function for asymmetricBias-class
Description
Generates an object of class "asymmetricBias"
.
Usage
asymmetricBias(name = "asymmetric Bias", nu = c(1,1) )
Arguments
name |
name of the bias type |
nu |
weights for negative and positive bias, respectively |
Value
Object of class "asymmetricBias"
Author(s)
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
References
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Ruckdeschel, P. (2005) Optimally One-Sided Bounded Influence Curves. Mathematical Methods in Statistics 14(1), 105-131.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
See Also
Examples
asymmetricBias()
## The function is currently defined as
function(){ new("asymmetricBias", name = "asymmetric Bias", nu = c(1,1)) }
[Package distrMod version 2.9.1 Index]