Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2009-06-12 14:04:09
Size: 485
Comment:
Revision 6 as of 2010-11-25 13:19:50
Size: 17
Editor: PabloWinant
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Portfolio models =
Line 3: Line 2:
This page describes the changes and additions that are necessary to handle portfolio allocation problems in Dynare.

== Preprocessor ==
 * Add general labels to equations. Proposed syntax:
{{{
[key=value,key=value,...];
}}}
 * Internal representation in the preprocessor: a vector of pairs of two lists (list of keys, list of value)
 * Representation in Matlab: for each keyname, a cell array of values with as many entries as number of equations
 *
To be written

To be written

DynareWiki: PortfolioModels (last edited 2010-11-25 13:19:50 by PabloWinant)