|
Size: 2018
Comment:
|
Size: 3194
Comment: Move from github to gitlab
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 7: | Line 7: |
| = Dynare version 4 = * ReleaseNotes * [[NewFeatures|New or previously undocumented features]] |
= General information on Dynare = * NewFeatures |
| Line 12: | Line 11: |
| * LargeModels * [[OddProblems| Odd problems]] |
|
| Line 15: | Line 12: |
| * [[DllMatlabVersions|Problems with DLLs in various Matlab versions]] * HOWTOS * HowtoLoops (obsolete. Use macro language in most cases) |
* [[IrFs| How IRFs are computed]] * [[MonteCarloOptimization|mode_compute=6]] |
| Line 25: | Line 21: |
| * Building Dynare and Dynare++ from source: * for Dynare 4.0: BuildingPreprocessor and BuildingDlls * for unstable Dynare and Dynare++: BuildingDynareFromSource * UsingMultithreadedDlls * InstallationProblems |
* [[InstallOnMacOSX|InstallOnMacOSX]] * [[https://git.dynare.org/Dynare/dynare/blob/master/README.md|Build From Source (README.md)]] |
| Line 33: | Line 26: |
| * CodingStandards | == General issues == |
| Line 35: | Line 30: |
| * [[OutputVariables| Output variables]] * [[WishList5.0|Wish list for Dynare version 5]] * DeterministicSimulationBlocks (respective roles of initval, endval and histval) * IsolatedDynareFunctions * MexFilesOn64BitsArch * [[PersistentVariables| Using persistent variables in Matlab]] * MatlabVersionsCompatibility * OctaveCompatibility * AuxiliaryVariables * [[FixingRandomseed| Fixing random seed]] * 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 * ReferenceManual * TestSuite == Issues specific to a submodule of Dynare == |
|
| Line 36: | Line 49: |
| * [[NewOperators | New operators: expectation and steady state]] * [[OutputVariables| Output variables]] * [[BVAR_a_la_Sims]] |
|
| Line 40: | Line 50: |
| * EstimationModule * [[ReversibleJumpMCMC|ReversibleJumpMCMC]] |
* Estimation * EstimationModule * [[ReversibleJumpMCMC|ReversibleJumpMCMC]] * [[NewEstimation|New estimation interface]] * [[NonLinearEstimation|Nonlinear estimation interface]] * [[SubsamplesEstimation|Estimation over sub-samples (structural change)]] * [[BVAR_a_la_Sims]] |
| Line 44: | Line 59: |
| * MarkovSwitchingOptions | * SbvarOptions * [[MSSbvarOptions|MSSbvarOptions]] * [[MSSbvarProblems|Problems with current implementation]] * [[example_swz|Example]] * [[ModifyingSWZ|ModifyingSWZ]] * PartialInformation |
| Line 46: | Line 66: |
| * Roadmap: * FutureMilestones * WishList * DynareDeadlines * IsolatedDynareFunctions * MexFilesOn64BitsArch * DocumentationTools * BuildingPackages |
* [[GlobalVariableBD|Block decomposition: Global variables]] |
| Line 55: | Line 68: |
| * [[FirstOrder| Notes on C++ solution for first order solution]] | |
| Line 57: | Line 69: |
| * MatlabVersionsCompatibility | * [[BreakingDr1| Breaking up dr1.m]] * [[RemovingTrends| Automatical removing of trends]] * FastDeterministicSimulationAndSteadyStateComputation * NonLinearFilters * [[Reporting|Reporting]] * [[Dmm|Dmm]] * ThirdOrderSimulationWithPruning * NonLinearSolver * [[Scenarios | Scenarios]] * [[EquationsTags | Equation Tags]] == Development procedures == * CommitChecklist * CodingStandards * GitHowto * GitDailyWorkFlow * GitCommonProblems * CodeSprints |
| Line 65: | Line 95: |
| * MeeTing * TabCompletionHack |
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