Bias vs Variance in Ridge Regression: Consider the problem of estimating the real value parameter o from the dataset D with N measurements:
y = 0o + ni; n = 1..N. (1)
Here n, i = 1, 2, .... N are independent zero-mean Gaussian noise samples of variance σ^2. Consider the ridge regression estimate specified by
0 = (N + X) (2)
a) Show that the bias of this estimate is given by
Bias = 0o - (N + X) (3)