View source: R/L2GroupFamilies.R
| L2LocationFamily | R Documentation | 
Generates an object of class "L2LocationFamily".
L2LocationFamily(loc = 0, name, centraldistribution = Norm(),
                 locname = "loc", modParam, LogDeriv,  
                 L2derivDistr.0, FisherInfo.0, distrSymm, L2derivSymm, 
                 L2derivDistrSymm, trafo, .returnClsName = NULL)
| loc | numeric: location parameter of the model. | 
| name | character: name of the parametric family. | 
| centraldistribution | object of class  | 
| modParam |  optional function: mapping from the parameter space 
(represented by  | 
| locname | a character vector of length 1 containing the name of the location parameter | 
| LogDeriv | function with argument  | 
| L2derivDistr.0 | object of class  | 
| FisherInfo.0 | object of class  | 
| distrSymm |  object of class  | 
| L2derivSymm |  object of class  | 
| L2derivDistrSymm |  object of class  | 
| trafo |  matrix or  function in  | 
| .returnClsName |  the class name of the return value; by default this
argument is  | 
If name is missing, the default 
“L2 location family” is used.
The function modParam is optional. If it is missing, it is 
constructed from centraldistribution using the location structure
of the model.
Slot param is filled accordingly with the argument 
trafo passed to L2LocationFamily.
In case L2derivDistr.0 is missing, L2derivDistr is computed 
via imageDistr, else L2derivDistr is assigned 
L2derivDistr.0, coerced to "UnivariateDistributionList".
In case FisherInfo.0 is missing, Fisher information is computed 
from L2deriv using E.
If distrSymm is missing, it is set to symmetry about loc.
If L2derivSymm is missing, it is set to no symmetry, and
if L2derivDistrSymm is missing, it is set to no symmetry, too. 
Object of class "L2LocationFamily"
Matthias Kohl Matthias.Kohl@stamats.de,
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
L2LocationFamily-class
F1 <- L2LocationFamily()
plot(F1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.