RegTypeFamily-class {ROptRegTS} | R Documentation |
Class for parametric regression-type families.
Objects can be created by calls of the form new("RegTypeFamily", ...)
.
More frequently they are created via the generating function
RegTypeFamily
.
ErrorDistr
:"Distribution"
:
error distribution. ErrorSymm
:"DistributionSymmetry"
:
symmetry of the error distribution.RegDistr
:"Distribution"
:
regressor distribution. RegSymm
:"DistributionSymmetry"
:
symmetry of the regressor distribution.Regressor
:"EuclRandVariable"
:
regressor. param
:"ParamFamParameter"
:
parameter of the family. props
:"character"
:
properties of the family. name
:"character"
:
name of the family. distribution
:"CondDistribution"
:
distribution given the regressor.
Class "ParamFamily"
, directly.
Class "ProbFamily"
, by class "ParamFamily"
.
signature(object = "RegTypeFamily")
:
accessor function for slot ErrorDistr
. signature(object = "RegTypeFamily")
:
accessor function for slot ErrorSymm
. signature(object = "RegTypeFamily")
:
accessor function for slot RegDistr
. signature(object = "RegTypeFamily")
:
accessor function for slot Regressor
. signature(object = "RegTypeFamily")
:
accessor function for slot RegSymm
. signature(object = "RegTypeFamily")
Matthias Kohl Matthias.Kohl@stamats.de
ParamFamily-class
new("RegTypeFamily")