Click or drag to resize

FinMath.LeastSquares Namespace

 
Classes
  ClassDescription
Public classAbstractLS
Base class for all Least Squares models.
Public classFeasibleWLS
Implementation of Feasible Weighted Least Squares See: "Econometrics Theory and Methods", R.Davidson, J.G. MacKinnon, 2004 Chapter 5.5: Heteroskedasticity-Consistent Covariance Matrices (HCCME). Chapter 7.4: Feasible Generalized Least Squares. Chapter 7.5: Heteroskedasticity.
Public classGeneralizedLS
Generalized Least Squares (GLS). http://en.wikipedia.org/wiki/Generalized_least_squares
Public classMultinomialRegression
Multinomial regression for nominal model. McCullagh, P., and J.A. Nelder (1990) Generalized Linear Models, 2nd edition, Chapman and Hall;CRC Press.
Public classOrdinaryLS
Ordinary Least Squares (OLS). http://en.wikipedia.org/wiki/Ordinary_least_squares
Public classStepwiseLS
Implementation of Stepwise Least Squares (Regrssion) Algorithm.
Public classWeightedLS
Weighted Least Squares (WLS). http://en.wikipedia.org/wiki/Weighted_least_squares#Weighted_least_squares
Enumerations