Differences between revisions 53 and 152 (spanning 99 versions)
Revision 53 as of 2009-07-10 13:07:46
Size: 1666
Editor: chevaleret
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:
= Table of Contents = /!\ 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 8:
== ►Dynare version 4 ==
 * [[RecentChanges4| Recent Changes]]
 * [[NewFeatures|New or previously undocumented features]]

<<TableOfContents>>

= General information on Dynare =
 * NewFeatures
Line 12: Line 15:
   * 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]]
 * [[MonteCarloOptimization|mode_compute=6]]
Line 19: Line 19:
== Dynare Documentation == = Dynare Documentation =
Line 21: Line 21:
 * [[DynareToolbox | Dynare M files]]
Line 22: Line 23:
== Dynare Build and Installation == = Dynare Build and Installation =
Line 24: Line 25:
 * BuildingPreprocessor: how to compile the preprocessor (used to be called parser)
 * BuildingDlls: how to compile Dynare DLLs
 * UsingMultithreadedDlls
 * InstallationProblems
 * [[InstallOnMacOSX|InstallOnMacOSX]]
 * [[https://git.dynare.org/Dynare/dynare/blob/master/README.md|Build From Source (README.md)]]
 * ConfigureMatlabWindowsForMexCompilation
Line 29: Line 29:
== ►Dynare++ Build and Installation ==
 * [[DynarePPCygwin | Compiling Dynare++ under Cygwin]]
= Dynare Development =
Line 32: Line 31:
== ►Dynare Development ==
 * FutureMilestones
== General issues ==

 * DesignIssues
 * [[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 ==

 * 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]]
 * [[ByteCode|Bytecode internals description]]
 * OrderTwo
 * [[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
Line 35: Line 88:
 * DesignIssues
 * PreProcessor
 * [[BVAR_a_la_Sims]]
 * [[KorderPert|korderpert]]
 * MarkovSwitching
 * PortfolioModels
 * WishList
 * DynareTimeTable
 * IsolatedDynareFunctions
 * DynarePlans (outdated)
 * DynareOctave
 * MexFilesOn64BitsArch
 * SubversionMigration
 * SWZ_Markov Switching
 * DocumentationTools
 * BuildingPackages
 * GitHowto
 * GitDailyWorkFlow
 * GitCommonProblems
 * CodeSprints
Line 52: Line 93:
== Misc == = Misc =
Line 58: Line 99:
 * MeeTing
 * TabCompletionHack

/!\ 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)