FinMath.LeastSquares Namespace |
Class | Description | |
---|---|---|
AbstractLS |
Base class for all Least Squares models.
| |
FeasibleWLS |
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.
| |
GeneralizedLS |
Generalized Least Squares (GLS).
http://en.wikipedia.org/wiki/Generalized_least_squares
| |
MultinomialRegression |
Multinomial regression for nominal model.
McCullagh, P., and J.A. Nelder (1990) Generalized Linear Models, 2nd edition, Chapman and Hall;CRC Press.
| |
OrdinaryLS |
Ordinary Least Squares (OLS).
http://en.wikipedia.org/wiki/Ordinary_least_squares
| |
StepwiseLS |
Implementation of Stepwise Least Squares (Regrssion) Algorithm.
| |
WeightedLS |
Weighted Least Squares (WLS).
http://en.wikipedia.org/wiki/Weighted_least_squares#Weighted_least_squares
|
Enumeration | Description | |
---|---|---|
FeasibleWLSVarianceVectorForm |
Form of Variance vector. See page 200.
|