|
Size: 2918
Comment:
|
Size: 3194
Comment: Move from github to gitlab
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 11: | Line 11: |
| * LargeModels * [[OddProblems| Odd problems]] |
|
| Line 14: | Line 12: |
| * HOWTOS * HowtoLoops (obsolete. Use macro language in most cases) |
* [[IrFs| How IRFs are computed]] * [[MonteCarloOptimization|mode_compute=6]] |
| Line 24: | Line 22: |
| * DynareOctave * BuildingDynareFromSource * InstallationProblems |
* [[https://git.dynare.org/Dynare/dynare/blob/master/README.md|Build From Source (README.md)]] |
| Line 28: | Line 24: |
| * [[GsaInstallation|Installation of JRC Global Sensitivity Toolbox]] | |
| Line 36: | Line 31: |
| * Roadmap: * FutureMilestones * DynareDeadlines * [[WishList5.0|Wish list for Dynare version 5]] * WishList (old) |
* [[WishList5.0|Wish list for Dynare version 5]] * DeterministicSimulationBlocks (respective roles of initval, endval and histval) |
| Line 43: | Line 35: |
| * BuildingPackages | |
| Line 46: | Line 37: |
| * OctaveCompatibility | |
| Line 52: | Line 44: |
| * TestSuite | |
| Line 56: | Line 49: |
| * [[BVAR_a_la_Sims]] | |
| Line 58: | Line 50: |
| * EstimationModule * [[ReversibleJumpMCMC|ReversibleJumpMCMC]] * [[NewEstimation|New estimation interface]] |
* Estimation * EstimationModule * [[ReversibleJumpMCMC|ReversibleJumpMCMC]] * [[NewEstimation|New estimation interface]] * [[NonLinearEstimation|Nonlinear estimation interface]] * [[SubsamplesEstimation|Estimation over sub-samples (structural change)]] * [[BVAR_a_la_Sims]] |
| Line 77: | Line 73: |
| * [[Reporting|Reporting]] * [[Dmm|Dmm]] * ThirdOrderSimulationWithPruning * NonLinearSolver * [[Scenarios | Scenarios]] * [[EquationsTags | Equation Tags]] |
|
| Line 85: | Line 87: |
| * CodeSprints |
Contents
General information on Dynare
- Bugs and limitations
Dynare Documentation
Dynare Build and Installation
Dynare Development
General issues
DeterministicSimulationBlocks (respective roles of initval, endval and histval)
We are currently running two different (and complementary) projects to achieve parallelization of Dynare:
ParallelDynare: uses several MATLAB instances (possibly on several hosts) to parallel high-level tasks
UsingMultithreadedDlls: uses threads to parallel low-level tasks on multi-processor machines
Issues specific to a submodule of Dynare
- Estimation
- Interface to Markov Switching VAR code from Sims, Wagonner and Zha (SWZ)
Development procedures
Misc
ParallelComputing: Issues around parallel computing in Matlab