Generating function for asBias-class
Generates an object of class "asBias"
.
asBias(biastype = symmetricBias(), normtype = NormType())
biastype |
a bias type of class |
normtype |
a norm type of class |
Object of class "asBias"
Matthias Kohl Matthias.Kohl@stamats.de
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
asBias() ## The function is currently defined as function(biastype = symmetricBias(), normtype = NormType()){ new("asBias",biastype = biastype, normtype = normtype) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.