Description Usage Arguments Details Value Author(s) See Also Examples
Generates an object of class "RegTypeFamily"
.
1 2 3 4 | 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 |
ErrorDistr |
error distribution |
ErrorSymm |
symmetry of |
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 |
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
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.