Learn R Programming

ROptRegTS (version 1.2.0)

FixRobRegTypeModel-class: Robust regression-type model with fixed neighborhood

Description

Class of robust regression-type models with fixed (conditional or unconditional) neighborhoods.

Arguments

Objects from the Class

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

Slots

center:

Object of class "RegTypeFamily".

neighbor:

Object of class "Neighborhood".

Extends

Class "RobModel", directly.

Methods

neighbor<-

signature(object = "FixRobRegTypeModel") replacement function for slot neighbor.

show

signature(object = "FixRobRegTypeModel")

References

Rieder, H. (1994) Robust Asymptotic Statistics. New York: Springer.

Kohl, M. (2005) Numerical Contributions to the Asymptotic Theory of Robustness. Bayreuth: Dissertation.

See Also

RegTypeFamily-class, Neighborhood-class, FixRobRegTypeModel

Examples

Run this code
# NOT RUN {
new("FixRobRegTypeModel")
# }

Run the code above in your browser using DataLab