Learn R Programming

ROptEstOld (version 1.2.0)

NormScaleFamily: Generating function for normal scale families

Description

Generates an object of class "L2ParamFamily" which represents a normal scale family.

Usage

NormScaleFamily(sd = 1, mean = 0, trafo)

Arguments

sd

standard deviation

mean

mean

trafo

matrix: transformation of the parameter

Value

Object of class "L2ParamFamily"

Details

The slots of the corresponding L2 differentiable parameteric family are filled.

References

Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.

See Also

L2ParamFamily-class, Norm-class

Examples

Run this code
# NOT RUN {
(N1 <- NormScaleFamily())
plot(N1)
FisherInfo(N1)
checkL2deriv(N1)
# }

Run the code above in your browser using DataLab