Skip to content
Snippets Groups Projects
Verified Commit 42a5c108 authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

Manual: update documentation of optional Matlab toolboxes

(manually cherry picked from commit 79128ea9, after removing the reference to the DIME sampler which is not in 6.x)
parent ee6f3c76
Branches
Tags
No related merge requests found
......@@ -23,8 +23,15 @@ In order to run Dynare, you need one of the following:
The following optional extensions are also useful to benefit from
extra features, but are in no way required:
* If under MATLAB: the Optimization Toolbox, the Statistics Toolbox,
the Control System Toolbox;
* If under MATLAB: the
* Optimization Toolbox (providing various optimizers
like ``fminsearch``, ``fmincon``, or ``fminunc``, used in e.g. ``mode_compute``,
``opt_algo`` or ``ALGO``),
* Statistics Toolbox (for faster and sometimes more robust implementations of
statistical distributions),
* Global Optimization Toolbox (for ``particleswarm`` and ``simulannealbnd``, used in
e.g. ``mode_compute``, ``opt_algo`` or ``ALGO``)
* Control System Toolbox (for the Lyapunov solver ``dlyapchol`` triggered with ``options_.lyapunov_srs``)
* If under Octave, the following `Octave-Forge`_ packages: ``optim``, ``io``,
``control``.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment