Module Plans¶
The plan for this modules is to add some key missing linear models. This plan is intentionally limited since there is no intention to replicate estimators available in statsmodels.
Univariate¶
2SLS -
linearmodels.iv.model.IV2SLSLIML/k-class -
linearmodels.iv.model.IVLIMLGMM IV Estimation -
linearmodels.iv.model.IVGMMGMM-CUE Estimation -
linearmodels.iv.model.IVGMMCUE
Panel¶
Least Squares Estimators¶
Fixed Effects -
linearmodels.panel.model.PanelOLSRandom Effects -
linearmodels.panel.model.RandomEffectsPooled -
linearmodels.panel.model.PooledOLSBetween -
linearmodels.panel.model.BetweenOLSFirst Difference -
linearmodels.panel.model.FirstDifferenceOLSFama-MacBeth -
linearmodels.panel.model.FamaMacBeth
Asset Pricing¶
2-step Linear Asset Pricing Model Estimation -
linearmodels.asset_pricing.model.LinearFactorModelGMM Linear Asset Pricing Model Estimation -
linearmodels.asset_pricing.model.LinearFactorModelGMMLinear Asset Pricing Model Estimation for Traded Factors -
linearmodels.asset_pricing.model.TradedFactorModel
Dynamic Panel Data Models¶
Planned but not implemented
Panel Instrumental Variable Estimators¶
Planned but not implemented
System Estimation¶
Seemingly Unrelated Regression (SUR) Estimator -
linearmodels.system.model.SURMultivariate OLS is supported as a special case of SUR. This method does not perform well on large datasets and should be improved by a special purpose implementation.
Instrumental Variable Estimators¶
Three-stage Least Squares (3SLS) Estimator -
linearmodels.system.model.IV3SLSGeneralized Method of Moments (GMM) System Estimation -
linearmodels.system.model.IVSystemGMM