RegTypeFamily-class: Parametric regression-type family

Description Objects from the Class Slots Extends Methods Author(s) See Also Examples

Description

Class for parametric regression-type families.

Objects from the Class

Objects can be created by calls of the form new("RegTypeFamily", ...). More frequently they are created via the generating function RegTypeFamily.

Slots

ErrorDistr:

object of class "Distribution": error distribution.

ErrorSymm:

object of class "DistributionSymmetry": symmetry of the error distribution.

RegDistr:

object of class "Distribution": regressor distribution.

RegSymm:

object of class "DistributionSymmetry": symmetry of the regressor distribution.

Regressor:

object of class "EuclRandVariable": regressor.

param:

object of class "ParamFamParameter": parameter of the family.

props:

object of class "character": properties of the family.

name:

object of class "character": name of the family.

distribution:

object of class "CondDistribution": distribution given the regressor.

Extends

Class "ParamFamily", directly.
Class "ProbFamily", by class "ParamFamily".

Methods

ErrorDistr

signature(object = "RegTypeFamily"): accessor function for slot ErrorDistr.

ErrorSymm

signature(object = "RegTypeFamily"): accessor function for slot ErrorSymm.

RegDistr

signature(object = "RegTypeFamily"): accessor function for slot RegDistr.

Regressor

signature(object = "RegTypeFamily"): accessor function for slot Regressor.

RegSymm

signature(object = "RegTypeFamily"): accessor function for slot RegSymm.

show

signature(object = "RegTypeFamily")

Author(s)

Matthias Kohl Matthias.Kohl@stamats.de

See Also

ParamFamily-class

Examples

1
new("RegTypeFamily")

ROptRegTS documentation built on May 2, 2019, 3:40 p.m.