Description Usage Arguments Value Author(s) References See Also Examples
Generates an object of class "InfRobModel"
.
1 | InfRobModel(center = L2ParamFamily(), neighbor = ContNeighborhood())
|
center |
object of class |
neighbor |
object of class |
Object of class "FixRobModel"
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.
RobModel-class
, FixRobModel-class
1 2 3 4 5 6 | (M1 <- InfRobModel())
## The function is currently defined as
function(center = L2ParamFamily(), neighbor = ContNeighborhood()){
new("InfRobModel", center = center, neighbor = neighbor)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.