| asymmetricBias | R Documentation | 
Generates an object of class "asymmetricBias".
asymmetricBias(name = "asymmetric Bias", nu = c(1,1) )| name | name of the bias type | 
| nu | weights for negative and positive bias, respectively | 
Object of class "asymmetricBias"
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
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.
asymmetricBias-class
asymmetricBias()
## The function is currently defined as
function(){ new("asymmetricBias", name = "asymmetric Bias", nu = c(1,1)) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.