Skip to content

Commit

Permalink
Merge pull request #136 from pedrovma/1.4.3
Browse files Browse the repository at this point in the history
Version 1.5
  • Loading branch information
knaaptime authored Jun 25, 2024
2 parents e74df1d + 295430f commit a869087
Show file tree
Hide file tree
Showing 34 changed files with 3,389 additions and 2,347 deletions.
24 changes: 24 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,27 @@ Diagnostic tests are useful for identifying model fit, sufficiency, and specific
spreg.panel_rLMlag
spreg.panel_rLMerror
spreg.panel_Hausman

DGP
-----------

Tools for simulating synthetic data according to data-generating processes implied by different spatial model specifications

.. autosummary::
:toctree: generated/

spreg.dgp.make_error
spreg.dgp.make_x
spreg.dgp.make_wx
spreg.dgp.make_xb
spreg.dgp.make_wxg
spreg.dgp.dgp_errproc
spreg.dgp.dgp_ols
spreg.dgp.dgp_slx
spreg.dgp.dgp_sperror
spreg.dgp.dgp_slxerror
spreg.dgp.dgp_lag
spreg.dgp.dgp_spdurbin
spreg.dgp.dgp_lagerr
spreg.dgp.dgp_gns
spreg.dgp.dgp_mes
1 change: 1 addition & 0 deletions spreg/__init__.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import contextlib
from importlib.metadata import PackageNotFoundError, version

from .dgp import *
from .diagnostics import *
from .diagnostics_panel import *
from .diagnostics_sp import *
Expand Down
Loading

0 comments on commit a869087

Please sign in to comment.