greeners-ols
Classical and related regression estimators for the Greeners workspace.
Estimators
- OLS — ordinary least squares.
- WLS — weighted least squares.
- FGLS / GLSAR — feasible and AR-corrected generalized least squares.
- IV — instrumental variables / 2SLS.
- GMM — generalized method of moments.
- NLS — non-linear least squares.
- Heckman / Tobit — sample selection and censored regression.
- QuantileReg — quantile regression.
- RLM — robust linear models.
- SUR / ThreeSLS — seemingly unrelated regressions and three-stage LS.
- FMOLS — fully modified OLS for cointegrated panels.
- RollingOLS / RollingWLS / RecursiveLS — rolling and recursive estimation.
- RegPath — regularized regression paths.
- EventStudy — event-study estimation.
Usage
[]
= "2.0"
use ;
use Array2;
let y = from_shape_vec.unwrap;
let x = from_shape_vec.unwrap;
let result = OLSfit.unwrap;
Design notes
Unique public items are re-exported at the crate root. Estimators with
duplicated names remain under greeners_ols::<module>.