Two-Stage Least Squares for Simultaneous equations
Parameters : | sys : list
indep_endog : dict
instruments : array
|
---|
Notes
This is unfinished, and the design should be refactored. Estimation is done by brute force and there is no exploitation of the structure of the system.
Methods
fit() | |
whiten(Y) | Runs the first stage of the 2SLS. |