Differences between revisions 114 and 152 (spanning 38 versions)
Revision 114 as of 2011-03-04 15:24:09
Size: 2561
Comment:
Revision 152 as of 2023-06-30 12:03:13
Size: 3382
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
/!\ This Wiki is obsolete. The information it contains may be outdated or inaccurate.
The current Wiki is at the following address: https://git.dynare.org/Dynare/dynare/-/wikis/home

Line 7: Line 11:
= Dynare version 4 = = General information on Dynare =
Line 11: Line 15:
   * LargeModels
   * [[OddProblems| Odd problems]]
Line 14: Line 16:
 * HOWTOS
   * HowtoLoops (obsolete. Use macro language in most cases)
 * [[IrFs| How IRFs are computed]]
 * [[MonteCarloOptimization|mode_compute=6]]
Line 24: Line 26:
 * DynareOctave
 * BuildingDynareFromSource
 * InstallationProblems
 * [[https://git.dynare.org/Dynare/dynare/blob/master/README.md|Build From Source (README.md)]]
Line 30: Line 30:
 * CodingStandards
== General issues ==
Line 32: Line 34:
 * [[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 33: Line 53:
 * [[OutputVariables| Output variables]]
 * [[BVAR_a_la_Sims]]
Line 36: Line 54:
 * 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 41: Line 63:
   * MarkovSwitchingOptions
   * MarkovSwitchingOptionsForNewCode
   * SbvarOptions
   * [[MSSbvarOptions|MSSbvarOptions]]
   * [[MSSbvarProblems|Problems with current implementation]]
   * [[example_swz|Example]]
Line 46: Line 70:
 * Roadmap:
   * FutureMilestones
   * WishList
   * DynareDeadlines
 * IsolatedDynareFunctions
 * MexFilesOn64BitsArch
 * DocumentationTools
 * BuildingPackages
Line 59: Line 75:
 * [[PersistentVariables| Using persistent variables in Matlab]]
 * MatlabVersionsCompatibility
Line 62: Line 76:
 * NonLinearFilters
 * [[Reporting|Reporting]]
 * [[Dmm|Dmm]]
 * ThirdOrderSimulationWithPruning
 * NonLinearSolver
 * [[Scenarios | Scenarios]]
 * [[EquationsTags | Equation Tags]]

== Development procedures ==

 * CommitChecklist
 * CodingStandards
Line 65: Line 91:
 * AuxiliaryVariables
 * [[FixingRandomseed| Fixing random seed]]
 * NonLinearFilters
 * 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
 * CodeSprints

/!\ This Wiki is obsolete. The information it contains may be outdated or inaccurate. The current Wiki is at the following address: https://git.dynare.org/Dynare/dynare/-/wikis/home

General information on Dynare

Dynare Documentation

Dynare Build and Installation

Dynare Development

General issues

Issues specific to a submodule of Dynare

Development procedures

Misc

DynareWiki: TableOfContents (last edited 2023-06-30 12:03:13 by SébastienVillemot)