model: \(\text{Height} = \beta_0 + \beta_1 \cdot \text{Girth} + \varepsilon; \hspace{1cm} \varepsilon \sim N(0; \sigma^2)\)
fitted: \(\text{Height} = \hat{\beta}_0 + \hat{\beta}_1 \cdot \text{Girth}\) \(\hat{\beta}_0 = b_0\) – estimate of \(\beta_0\); \(\hat{\beta}_1 = b_1\) – estimate of \(\beta_1\)
Simple linear regression is a statistical method used to model the relationship between two variables (in this case Height and Girth of trees) by fitting a straight line through the data. The goal is to find the best fitting line that predicts y based on x. It is important to note that linear regression only provides a good estimation based on the provided data.