Linear regression is a commonly used approach to discovering associations between variables in various fields. Least squares method is a prominent approach to estimating unknown regression coefficients, with ordinary least square (OLS) estimates being the best linear unbiased estimate (BLUE). The existence of the inverse of the gram matrix in OLS is essential for obtaining […]
