Skip to content
Snippets Groups Projects
Commit cbb864f7 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Manual: update documentation of optional Matlab toolboxes

parent 8edb7959
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,14 @@ 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``),
* Statistics Toolbox (for faster and sometimes more robubst implementations of
statistical distributions),
* Global Optimization Toolbox (for ``particleswarm`` and ``simulannealbnd``)
* Control System Toolbox (for the Lypunov solver ``dlyapchol`` triggered with ``options_.lyapunov_srs``)
* Parallel Computing Toolbox (to speed up the ``dime`` sampler)
* 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