February 2018
Intermediate to advanced
378 pages
10h 14m
English
If you want to implement regression in a production code, don't use matrix inversion operation explicitly. The problem with it is that it is very numerically inefficient. Instead, you can use one of the functions for solving a system of linear equations, which is essentially the same as finding regression coefficients. The good fit from the LAPACK package (part of the Accelerate framework) is the QR-decomposition function.
Read now
Unlock full access