Bayesian Ridge Regression
Given an input vector ⚠
, the online Bayesian Ridge Regression predicts at each step ⚠
the normal distribution ⚠
with the mean and variance given by
⚠
\gamma_T = Y'_{T-1} X_{T-1} A_{T-1}^{-1} x_T , \quad \sigma_T^2 = \sigma^2 x_T' A_{T-1}^{-1} x_T + \sigma^2⚠
for some ⚠
and the known noise variance ⚠
. Here ⚠
is the ⚠
matrix of row vectors ⚠
and ⚠
be the column vector of outcomes ⚠
. Here also ⚠
.