Search notes:

regression analysis

Regression analysis seeks to find the relationship between one or more independent variables and a dependent variable.
Regression analysis is used for

Methods

The terms linear regression and least squares are closely linked; but they're not synonyms.

Parameters and variables

β is the unknown parameter (scalar or vector)
X is the independent variable.
Y is the dependent variable.
Y ≈ f(X, β)

Robust regressions

Non-robust regression models (such as ordinary least square) make good predictions if the underlying assumption is correct. However, if the underlying assumption is wrong, they give misleading information.
Robost regression models try not to be overly affected by wrong assumptions.
Robust regression might be used

Problems

Heteroscedasticity can invalidate statistical tests of significance.

Regression validation

Regression validation tries to decide whether the results of a model (that was obtained from regression analysis) is acceptable to describe data.

See also

pattern identification

Index