You are here: Symbol Reference > Regress Namespace > Structs, Records, Enums > Regress.TRegSolveMethod Enumeration
Stats Master VCL
ContentsIndex
PreviousUpNext
Regress.TRegSolveMethod Enumeration

Defines regression equation solve method.

Pascal
TRegSolveMethod = (
  regSolveLQR,
  regSolveSVD,
  regSolveLU
);
Members 
Description 
regSolveLQR 
Use QR decomposition to solve system of equations. 
regSolveSVD 
Use SVD to solve system of equations. 
regSolveLU 
Use LU decomposition to solve system of equations. 

Defines the regression equation A*x=b solving method. Depending on A several different solving methods can be used.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!