Jul 26, 2024
Linear model with known data matrix X (n by p)
Response variable Y generated by a linear combination of features:
$$ Y = X \beta + \epsilon $$
Goal: solve for beta in the linear model.
Posterior can be expressed as:
$$ P(\beta | Y) \propto P(Y | \beta) \cdot P(\beta) $$
Y is the known data, β is the unknown parameter vector.
Simplifying the posterior by focusing on terms dependent on beta.