RobustRegression Module

Robust regression does not necessarily minimize the distance of the fitting function to the input data points (least squares), but has alternative aims (non-parametric).

Nested modules

Modules Description

Linear

Simple linear regression using straight lines: f(x) = a + bx.