1. The document introduces the basic linear model relating two variables Y and X. The model is Y=α+βX+u, where α and β are parameters to be estimated and u is an error term representing other factors not included in the model.
2. The least squares method is introduced to estimate α and β. This method finds the values of α and β that minimize the sum of squared errors between the observed Y values and the estimated Y values from the model.
3. The least squares estimators for α and β are derived by taking the partial derivatives of the sum of squared errors function and setting them equal to zero. This results in estimators for α and β in terms of the sample means