Skip to content

Commit

Permalink
Updating api.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovma committed Sep 24, 2024
1 parent 2d76cb8 commit 62a6c49
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions docs/api.rst
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ API reference

.. _models_api:

Classic Models
--------------

.. autosummary::
:toctree: generated/

spreg.OLS
spreg.TSLS

Spatial Regression Models
-------------------------

Expand All @@ -15,11 +24,10 @@ These are the standard spatial regression models supported by the `spreg` packag
.. autosummary::
:toctree: generated/

spreg.OLS
spreg.ML_Lag
spreg.ML_Error
spreg.GM_Lag
spreg.ML_Lag
spreg.GMM_Error
spreg.ML_Error
spreg.GM_Error
spreg.GM_Error_Het
spreg.GM_Error_Hom
Expand All @@ -29,12 +37,11 @@ These are the standard spatial regression models supported by the `spreg` packag
spreg.GM_Endog_Error
spreg.GM_Endog_Error_Het
spreg.GM_Endog_Error_Hom
spreg.TSLS
spreg.ThreeSLS
spreg.NSLX

Discrete Choice Models
----------------------

.. autosummary::
:toctree: generated/

Expand Down Expand Up @@ -62,6 +69,8 @@ Regimes models are variants of spatial regression models which allow for structu
spreg.GM_Endog_Error_Regimes
spreg.GM_Endog_Error_Hom_Regimes
spreg.GM_Endog_Error_Het_Regimes
spreg.OLS_Endog_Regimes
spreg.GM_Lag_Endog_Regimes
spreg.Skater_reg

Seemingly-Unrelated Regressions
Expand Down

0 comments on commit 62a6c49

Please sign in to comment.