Learn R Programming

distrMod (version 2.0.7)

NormScaleFamily: 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 param or matrix: transformation of the parameter

Value

  • Object of class "L2ScaleFamily"

concept

  • normal scale model
  • scale model

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
(N1 <- NormScaleFamily())
plot(N1)
FisherInfo(N1)
checkL2deriv(N1)

Run the code above in your browser using DataLab