Multivariante linear regression.
procedure MulLinRegress(const Y: TVec; const A: TMtx; const b: TVec; Constant: boolean = true; const YCalc: TVec = nil; const ATA: TMtx = nil; Method: TRegSolveMethod = regSolveLQR); overload;
Regress
Functions