Defines regression equation solve method.
Regress.cs
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-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|