|
Size: 1881
Comment:
|
Size: 3110
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| = Table of Contents = | <<TableOfContents>> |
| 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]] * [[MatlabEigsBug| Problem with Matlab eigs() function]] * [[DllMatlabVersions|Problems with DLLs in various Matlab versions]] * HOWTOS * HowtoLoops (obsolete. Use macro language in most cases) |
* [[MatlabEigsBug| Problem with Matlab eigs() function]] * [[IrFs| How IRFs are computed]] |
| Line 19: | Line 14: |
| == ►Dynare Documentation == | = Dynare Documentation = |
| Line 23: | Line 18: |
| == ►Dynare Build and Installation == | = Dynare Build and Installation = |
| Line 25: | Line 20: |
| * Building Dynare and Dynare++ from source: * for Dynare 4.0: BuildingPreprocessor and BuildingDlls * for unstable Dynare and Dynare++: BuildingDynareFromSource * UsingMultithreadedDlls * InstallationProblems |
* [[InstallOnMacOSX|InstallOnMacOSX]] * [[https://github.com/DynareTeam/dynare/blob/master/README.md|Build From Source (README.md)]] * ConfigureMatlabWindowsForMexCompilation |
| Line 31: | Line 24: |
| == ►Dynare Development == * CodingStandards |
= Dynare Development = == General issues == |
| Line 34: | Line 29: |
| * PreProcessor * [[NewOperators | New operators: expectation and steady state]] |
|
| Line 37: | Line 30: |
| * [[BVAR_a_la_Sims]] * [[KorderPert|korderpert]] * EstimationModule * [[ReversibleJumpMCMC|ReversibleJumpMCMC]] * MarkovSwitching * PortfolioModels * Roadmap: * FutureMilestones * WishList * DynareDeadlines * DynareTimeTable (outdated) * DynarePlans (outdated) |
* [[WishList5.0|Wish list for Dynare version 5]] * DeterministicSimulationBlocks (respective roles of initval, endval and histval) |
| Line 51: | Line 34: |
| * [[SWZMarkovSwitching|SWZMarkovSwitching]] * DocumentationTools * BuildingPackages |
* [[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 == * PreProcessor * [[KorderPert|korderpert]] * Estimation * EstimationModule * [[ReversibleJumpMCMC|ReversibleJumpMCMC]] * [[NewEstimation|New estimation interface]] * [[NonLinearEstimation|Nonlinear estimation interface]] * [[SubsamplesEstimation|Estimation over sub-samples (structural change)]] * [[BVAR_a_la_Sims]] * Interface to Markov Switching VAR code from Sims, Wagonner and Zha (SWZ) * MarkovSwitchingInterface * SbvarOptions * [[MSSbvarOptions|MSSbvarOptions]] * [[MSSbvarProblems|Problems with current implementation]] * [[example_swz|Example]] * [[ModifyingSWZ|ModifyingSWZ]] * PartialInformation * PortfolioModels * [[GlobalVariableBD|Block decomposition: Global variables]] |
| Line 55: | Line 67: |
| * OrderTwo * [[BreakingDr1| Breaking up dr1.m]] * [[RemovingTrends| Automatical removing of trends]] * FastDeterministicSimulationAndSteadyStateComputation * NonLinearFilters * [[Reporting|Reporting]] * [[Dmm|Dmm]] * ThirdOrderSimulationWithPruning * NonLinearSolver * [[Scenarios | Scenarios]] |
|
| Line 56: | Line 78: |
| == ►Misc == | == Development procedures == * CommitChecklist * CodingStandards * GitHowto * GitDailyWorkFlow * GitCommonProblems * CodeSprints = Misc = |
| Line 62: | Line 93: |
| * 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