powered by
Generates an object of class "L2ParamFamily" which represents a Beta family.
"L2ParamFamily"
BetaFamily(shape1 = 1, shape2 = 1, trafo, withL2derivDistr = TRUE)
Object of class "L2ParamFamily"
positive real: shape1 parameter
positive real: shape2 parameter
matrix: transformation of the parameter
logical: shall the distribution of the L2 derivative be computed? Defaults to TRUE; setting it to FALSE speeds up computations.
TRUE
FALSE
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
The slots of the corresponding L2 differentiable parameteric family are filled.
L2ParamFamily-class, Beta-class
L2ParamFamily-class
Beta-class
(B1 <- BetaFamily()) FisherInfo(B1) ## IGNORE_RDIFF_BEGIN checkL2deriv(B1) ## IGNORE_RDIFF_END
Run the code above in your browser using DataLab