powered by
Generates an object of class "FixRobModel".
"FixRobModel"
FixRobModel(center = ParamFamily(modifyParam = function(theta) Norm(mean = theta)), neighbor = ContNeighborhood())
Object of class "FixRobModel"
object of class "ProbFamily"
"ProbFamily"
object of class "UncondNeighborhood"
"UncondNeighborhood"
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.
FixRobModel-class
(M1 <- FixRobModel()) ## The function is currently defined as function(center = ParamFamily(), neighbor = ContNeighborhood()){ new("FixRobModel", center = center, neighbor = neighbor) }
Run the code above in your browser using DataLab