-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
115 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
docs/Reference/generated/delicatessen.estimation.GMMEstimator.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
delicatessen.estimation.GMMEstimator | ||
==================================== | ||
|
||
.. currentmodule:: delicatessen.estimation | ||
|
||
.. autoclass:: GMMEstimator | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~GMMEstimator.__init__ | ||
~GMMEstimator.confidence_intervals | ||
~GMMEstimator.estimate | ||
~GMMEstimator.p_values | ||
~GMMEstimator.s_values | ||
~GMMEstimator.z_scores | ||
|
||
|
||
|
||
|
||
|
||
|
6 changes: 3 additions & 3 deletions
6
...d/delicatessen.mestimation.MEstimator.rst → ...ed/delicatessen.estimation.MEstimator.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Reference | ||
========================== | ||
|
||
Documentation for all available functions and arguments for those functions are provided here. *M-Estimator* contains | ||
documentation for the general M-Estimator procedure. *Estimating Equations* details the built-in estimating equations | ||
that come with ``delicatessen``. | ||
Documentation for all available functions and arguments for those functions are provided here. *Estimators* contains | ||
documentation for the general M-Estimator and GMM-Estimator procedures. *Estimating Equations* details the built-in | ||
estimating equations that come with ``delicatessen``. | ||
|
||
For a more narrative-driven description of M-Estimation and how to use ``delicatessen``, please see the sections | ||
provided in the side-bar. | ||
For a more narrative-driven description of M-Estimation and GMM-Estimation and how to use ``delicatessen``, please see | ||
the sections provided in the side-bar. | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
M-Estimator <M-Estimator.rst> | ||
Estimators <M-Estimator.rst> | ||
Estimating Equations <Estimating Equations.rst> | ||
Utilities <Utilities.rst> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.