I got the statistical model:
$y = β_1x_1 + β_2x_2 + u$.
Then I have to write this as matrix problem and find the OLS estimator $\beta$^. I know that $\beta^=(X^tX)^{-1}X^ty$. So I think it's possible for me to find if I know the matrices. Can someone help me to write down the matrices?
2026-04-02 06:52:13.1775112733
OLS estimator (matrix form)
188 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
If you have $m$ data points then
$$X=\begin{pmatrix} x_{11} & x_{12} \\ x_{21} & x_{22} \\ x_{31} & x_{32} \\ \vdots & \vdots \\ x_{m1} & x_{m2}\end{pmatrix}, \ y=\begin{pmatrix} y_1 \\ y_2 \\ y_3 \\ \vdots \\y_m \end{pmatrix}$$
Can you proceed?