1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
|
Source: dynare
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Section: math
Priority: optional
Build-Depends: debhelper-compat (= 13),
debhelper (>= 12.8~),
dh-elpa,
dh-octave (>= 0.7.1),
liboctave-dev (>= 4.2),
libboost-graph-dev,
libmatio-dev,
libgsl-dev,
libslicot-dev,
libsuitesparse-dev,
texlive,
texlive-publishers,
texlive-latex-extra,
texlive-fonts-extra,
texlive-latex-recommended,
texlive-science,
texlive-plain-generic,
lmodern,
python3-sphinx,
latexmk,
libjs-mathjax
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/dynare
Vcs-Git: https://salsa.debian.org/pkg-octave-team/dynare.git
Homepage: https://www.dynare.org/
Rules-Requires-Root: no
Package: dynare
Architecture: any
Depends: ${octave:Depends},
${shlibs:Depends},
${misc:Depends},
octave-statistics
Recommends: liboctave-dev,
octave-optim,
octave-io,
octave-control
Suggests: dynare-doc,
dynare-matlab,
x13as
Breaks: dynare-common
Replaces: dynare-common
Description: platform for handling a wide class of economic models
Dynare is a software platform for handling a wide class of economic models, in
particular dynamic stochastic general equilibrium (DSGE) and overlapping
generations (OLG) models. The models solved by Dynare include those relying on
the rational expectations hypothesis, wherein agents form their expectations
about the future in a way consistent with the model. But Dynare is also able
to handle models where expectations are formed differently: on one extreme,
models where agents perfectly anticipate the future; on the other extreme,
models where agents have limited rationality or imperfect knowledge of the
state of the economy and, hence, form their expectations through a learning
process. In terms of types of agents, models solved by Dynare can incorporate
consumers, productive firms, governments, monetary authorities, investors and
financial intermediaries. Some degree of heterogeneity can be achieved by
including several distinct classes of agents in each of the aforementioned
agent categories.
.
Dynare offers a user-friendly and intuitive way of describing these models. It
is able to perform simulations of the model given a calibration of the model
parameters and is also able to estimate these parameters given a dataset. In
practice, the user will write a text file containing the list of model
variables, the dynamic equations linking these variables together, the
computing tasks to be performed and the desired graphical or numerical
outputs.
.
This package provides a full installation of Dynare, to be run on top of GNU
Octave.
Package: dynare-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
libjs-mathjax
Multi-Arch: foreign
Built-Using: ${sphinxdoc:Built-Using}
Description: documentation for Dynare
Dynare is a software platform for handling a wide class of economic models, in
particular dynamic stochastic general equilibrium (DSGE) and overlapping
generations (OLG) models. The models solved by Dynare include those relying on
the rational expectations hypothesis, wherein agents form their expectations
about the future in a way consistent with the model. But Dynare is also able
to handle models where expectations are formed differently: on one extreme,
models where agents perfectly anticipate the future; on the other extreme,
models where agents have limited rationality or imperfect knowledge of the
state of the economy and, hence, form their expectations through a learning
process. In terms of types of agents, models solved by Dynare can incorporate
consumers, productive firms, governments, monetary authorities, investors and
financial intermediaries. Some degree of heterogeneity can be achieved by
including several distinct classes of agents in each of the aforementioned
agent categories.
.
Dynare offers a user-friendly and intuitive way of describing these models. It
is able to perform simulations of the model given a calibration of the model
parameters and is also able to estimate these parameters given a dataset. In
practice, the user will write a text file containing the list of model
variables, the dynamic equations linking these variables together, the
computing tasks to be performed and the desired graphical or numerical
outputs.
.
This package contains full Dynare documentation, including the reference
manual.
Package: dynare-matlab
Architecture: all
Section: contrib/math
Depends: ${misc:Depends},
dynare (>= ${source:Version}),
libboost-graph-dev,
matlab-support,
make,
libgsl-dev,
libslicot-pic,
libmatio-dev
Description: MATLAB support for Dynare
Dynare is a software platform for handling a wide class of economic models, in
particular dynamic stochastic general equilibrium (DSGE) and overlapping
generations (OLG) models. The models solved by Dynare include those relying on
the rational expectations hypothesis, wherein agents form their expectations
about the future in a way consistent with the model. But Dynare is also able
to handle models where expectations are formed differently: on one extreme,
models where agents perfectly anticipate the future; on the other extreme,
models where agents have limited rationality or imperfect knowledge of the
state of the economy and, hence, form their expectations through a learning
process. In terms of types of agents, models solved by Dynare can incorporate
consumers, productive firms, governments, monetary authorities, investors and
financial intermediaries. Some degree of heterogeneity can be achieved by
including several distinct classes of agents in each of the aforementioned
agent categories.
.
Dynare offers a user-friendly and intuitive way of describing these models. It
is able to perform simulations of the model given a calibration of the model
parameters and is also able to estimate these parameters given a dataset. In
practice, the user will write a text file containing the list of model
variables, the dynamic equations linking these variables together, the
computing tasks to be performed and the desired graphical or numerical
outputs.
.
This package is only useful to users having MATLAB installed on their
machine. It contains the source of the MEX files and will recompile them using
the existing MATLAB installation.
|