ZoltanRacz / MomentMatching.jl

This is a package to estimate parameters of macroeconomic models by moment matching methods, such as GMM or SMM.
MIT License
1 stars 0 forks source link

Examples - Testing - Manual #7

Open ZoltanRacz opened 7 months ago

ZoltanRacz commented 7 months ago

We should add an examples subfolder in the root folder with some scripts similar to *_modest.jl files in our other project. Then we can run them in another script (like our main.jl) placed in the test folder that we call when running tests. Ideally, these tests should cover all of the source codes. Finally, part of the manual should be a guide explaining the scripts for the examples.

ZoltanRacz commented 7 months ago

First thing is to decide on examples. In any case, I think we need two:

The second one could of course be a more elaborate version of the first one.

ZoltanRacz commented 6 months ago

Partially taken care of by #42 and #44