Usage
L2ParamFamily(name, distribution = Norm(), distrSymm,
main = 0, nuisance, trafo, param, props = character(0),
L2deriv = EuclRandVarList(RealRandVariable(list(function(x) {x}),
Domain = Reals())),
L2derivSymm, L2derivDistr, L2derivDistrSymm, FisherInfo)Arguments
name
character string: name of the family
distribution
object of class "Distribution":
member of the family
distrSymm
object of class "DistributionSymmetry":
symmetry of distribution.
main
numeric vector: main parameter
nuisance
numeric vector: nuisance parameter
trafo
matrix: transformation of the parameter
param
object of class "ParamFamParameter":
parameter of the family
props
character vector: properties of the family
L2deriv
object of class "EuclRandVariable":
L2 derivative of the family
L2derivSymm
object of class "FunSymmList":
symmetry of the maps contained in L2deriv
L2derivDistr
object of class "UnivarDistrList":
distribution of L2deriv
L2derivDistrSymm
object of class "DistrSymmList":
symmetry of the distributions contained in L2derivDistr
FisherInfo
object of class "PosDefSymmMatrix":
Fisher information of the family