NormScaleFamily {distrMod} | R Documentation |
Generating function for normal scale families
Description
Generates an object of class "L2ScaleFamily"
which
represents a normal scale family.
Usage
NormScaleFamily(sd = 1, mean = 0, trafo)
Arguments
sd |
standard deviation |
mean |
mean |
trafo |
function in |
Details
The slots of the corresponding L2 differentiable parameteric family are filled.
Value
Object of class "L2ScaleFamily"
Author(s)
Matthias Kohl Matthias.Kohl@stamats.de
References
Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.
See Also
L2ParamFamily-class
, Norm-class
Examples
(N1 <- NormScaleFamily())
plot(N1)
FisherInfo(N1)
checkL2deriv(N1)
[Package distrMod version 2.9.1 Index]