You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,13 @@ $ pip install -e .
20
20
## Quick Start
21
21
> Initialization File
22
22
23
-
```grmpy``` relies on an ```"initialization.yml"``` file to perform both simulation and estimation.
24
-
For example, check out these two init files for the
23
+
```grmpy``` relies on an ```"initialization.yml"``` file (referred to as ``ìnit_file`` below)
24
+
to perform both simulation and estimation.
25
+
For example, check out these two ``init_files`` for
25
26
[simulation and parametric estimation](https://github.com/OpenSourceEconomics/grmpy/blob/master/promotion/grmpy_tutorial_notebook/files/tutorial.grmpy.yml) as well as
26
-
the [semiparametric](https://github.com/OpenSourceEconomics/grmpy/blob/master/promotion/grmpy_tutorial_notebook/files/tutorial_semipar.yml) setup.
27
+
a [semiparametric estimation](https://github.com/OpenSourceEconomics/grmpy/blob/master/promotion/grmpy_tutorial_notebook/files/tutorial_semipar.yml) setup.
28
+
29
+
Below you'll find some example code you can copy to jump-start your project.
0 commit comments