You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Structs, Records, Enums > Dew.Stats.TRegSolveMethod Enumeration
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
Dew.Stats.TRegSolveMethod Enumeration

Defines regression equation solve method.

Syntax
C#
Visual Basic
public enum TRegSolveMethod : uint { regSolveLQR, regSolveSVD, regSolveLU }

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!