|
Size: 1270
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 1: | Line 1: |
| ## page was renamed from TableOfContent | |
| Line 3: | Line 2: |
| ##master-page:HelpTemplate ##master-date:Unknown-Date |
|
| Line 7: | Line 4: |
| = Table of Contents = ##== ►Dynare Team Activities == ## * DynareVisitors ## * DynareMemberslist ## * DynarePlans ## * FutureDynareWorkshops ## * ForthcomingConferences ## * ForthcomingDynareMeetings == ►Dynare version 4 == |
/!\ 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 <<TableOfContents>> = General information on Dynare = * NewFeatures |
| Line 17: | Line 14: |
| * LargeModels * HOWTOS * HowtoLoops == ►Dynare Documentation == |
* [[KnownBugs|Known bugs in the current version]] * [[MatlabEigsBug| Problem with Matlab eigs() function]] * [[IrFs| How IRFs are computed]] * [[MonteCarloOptimization|mode_compute=6]] = Dynare Documentation = |
| Line 22: | Line 21: |
| == ►Dynare Development == | * [[DynareToolbox | Dynare M files]] = Dynare Build and Installation = * InstallOnDebianOrUbuntu * [[InstallOnMacOSX|InstallOnMacOSX]] * [[https://git.dynare.org/Dynare/dynare/blob/master/README.md|Build From Source (README.md)]] * ConfigureMatlabWindowsForMexCompilation = Dynare Development = == 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 24: | Line 88: |
| * PreProcessor * ["BVAR a la Sims"] * HomoTopy == ►Dynare Build and Installation == * BuildingPreprocessor: how to compile the preprocessor (used to be called parser) * BuildingDlls: how to compile Dynare DLLs * BuildSystemTodoList * InstallationProblems ##== ►Hal Workstation == ## * DynareStatus ## * MatlabInstallation ## * HowtoRemotelyRunMatlab ## * SshKeysHowto ## * HowToCopyFromToWorkstation ## * WorkstationMaintenance |
* GitHowto * GitDailyWorkFlow * GitCommonProblems * CodeSprints |
| Line 40: | Line 93: |
| == ►Misc == | = Misc = * DynarePython |
| Line 44: | Line 98: |
| ## * ["Seminars"] ##== ►Data == ## * EuroData |
* StochasticSteadyState * MeeTing * TabCompletionHack <<Include(TableOfContents/Private)>> |
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
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