RegTypeFamily {ROptRegTS} | R Documentation |
Generates an object of class "RegTypeFamily"
.
RegTypeFamily(name, distribution = LMCondDistribution(), distrSymm, ErrorDistr = Norm(), ErrorSymm, main = 0, nuisance, trafo, param, props = character(0), RegDistr = Norm(), RegSymm, Regressor = RealRandVariable(c(function(x) {x}), Domain = Reals()))
name |
name of the family |
distribution |
conditional distribution (given the regressor) |
distrSymm |
symmetry of distribution |
ErrorDistr |
error distribution |
ErrorSymm |
symmetry of ErrorDistr |
main |
main parameter |
nuisance |
optional nuisance parameter |
trafo |
matrix: optional transformation of the parameter |
param |
parameter of the family |
props |
properties of the family |
RegDistr |
regressor distribution |
RegSymm |
symmetry of RegDistr |
Regressor |
regressor |
If name
is missing, the default
“regression type family” is used.
If param
is missing, the parameter is created via
main
, nuisance
and trafo
as described
in ParamFamParameter
. In case distrSymm
,
ErrorSymm
or RegSymm
is missing, they are set
to NoSymmetry()
.
Object of class "RegTypeFamily"
Matthias Kohl Matthias.Kohl@stamats.de
ParamFamily-class
RegTypeFamily()