Tikhonovreglugerð
Tikhonov regularization, also known as ridge regression, is a mathematical technique used to address ill-posed problems, particularly in linear regression. An ill-posed problem is one where small changes in the input data can lead to large changes in the output, or where a unique solution does not exist or is not stable. In the context of linear regression, this often occurs when the predictor variables are highly correlated (multicollinearity) or when there are more predictors than observations.
The core idea of Tikhonov regularization is to modify the standard least squares method by adding a
The effect of Tikhonov regularization is to shrink the estimated coefficients towards zero. This shrinkage reduces