Dew Stats Master .NET
TRegSolveMethod Type
Summary
Defines regression equation solve method.

Unit
Regress

Declaration
TRegSolveMethod = (regSolveLQR,regSolveSVD, regSolveLU);
 Value  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. 
Description
Defines the regression equation A*x=b solving method. Depending on A several different solving methods can be used.
Categories
Regression routines.

Copyright 2008 Dew Research
http://www.dewresearch.com