asMSE {distrMod} | R Documentation |
Generating function for asMSE-class
Description
Generates an object of class "asMSE"
.
Usage
asMSE(biastype = symmetricBias(), normtype = NormType())
Arguments
biastype |
a bias type of class |
normtype |
a norm type of class |
Value
Object of class "asMSE"
Author(s)
Matthias Kohl Matthias.Kohl@stamats.de
References
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
See Also
Examples
asMSE()
## The function is currently defined as
function(biastype = symmetricBias(), normtype = NormType()){
new("asMSE", biastype = biastype, normtype = normtype) }
[Package distrMod version 2.9.1 Index]