Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
segsell committed May 16, 2024
1 parent 1e6161a commit 368afeb
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 19 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ provides functionality to perform statistical inference on estimated parameters.
- The progress of the optimization is displayed in real time via an interactive
dashboard.

<img src="docs/source/_static/images/dashboard.gif">

### Estimation and Inference

- You can estimate a model using method of simulated moments (MSM), calculate standard
Expand Down
2 changes: 0 additions & 2 deletions docs/rtd_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dependencies:
- ipython
- ipython_genutils
- myst-nb
- pydata-sphinx-theme
- furo
- pybaum
- matplotlib
Expand All @@ -28,7 +27,6 @@ dependencies:
- patsy
- joblib
- plotly
- ipython
- pip:
- ../
- kaleido
Expand Down
3 changes: 0 additions & 3 deletions docs/source/getting_started/estimation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ parameter estimates and standard errors in a format that can be easily used to c
publication quality latex or html tables.

```{toctree}
---
maxdepth: 1
---
first_likelihood_estimation_with_estimagic
first_msm_estimation_with_estimagic
```
2 changes: 0 additions & 2 deletions docs/source/how_to_guides/differentiation/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Differentiation

```{toctree}
---
maxdepth: 1
---
how_to_calculate_first_derivatives
how_to_calculate_second_derivatives
how_to_plot_derivatives
```
2 changes: 0 additions & 2 deletions docs/source/how_to_guides/inference/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Inference

```{toctree}
---
maxdepth: 1
---
how_to_calculate_likelihood_standard_errors
how_to_calculate_msm_standard_errors
how_to_do_bootstrap_inference
```
7 changes: 0 additions & 7 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,6 @@ algorithms
- The progress of the optimization is displayed in real time via an interactive
dashboard. See {ref}`dashboard`.

> ```{image} _static/images/dashboard.gif
> ---
> align: center
> scale: 80 %
> ---
> ```
### Estimation and Inference

- You can estimate a model using method of simulated moments (MSM), calculate standard
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ dependencies:
- pybaum >= 0.1.2 # run, tests
- scipy>=1.2.1 # run, tests
- sqlalchemy # run, tests
- pydata-sphinx-theme>=0.3.0 # docs
- myst-nb # docs
- sphinx # docs
- sphinx-copybutton # docs
- sphinx-design # docs
- sphinx-panels # docs
- sphinxcontrib-bibtex # docs
- tranquilo>=0.0.4 # dev, tests
Expand Down

0 comments on commit 368afeb

Please sign in to comment.