dynare/matlab/partial_information
Sébastien Villemot c121aa14b1 Remove oo_.dr.{nstatic,npred,nboth,nfwrd,nspred,nsfwrd}
Replace them by equivalents in M_ (and an extra one: M_.dynamic).

IMPORTANT POINT: oo_.dr.npred used to count both purely backward and mixed/both
variables. This was the cause of lots of confusion. The new M_.npred only
counts purely backward variables.

We now have the following indentities:

M_.npred + M_.nboth + M_.nfwrd + M_.nstatic = M_.endo_nbr
M_.nspred = M_.npred + M_.nboth
M_.nsfwrd = M_.nfwrd + M_.nboth
M_.ndynamic = M_.npred + M_.nboth + M_.nfwrd
2012-11-16 20:05:13 +01:00
..
PCL_Part_info_irf.m Updated copyright notices 2011-02-04 17:27:33 +01:00
PCL_Part_info_moments.m Merge remote-tracking branch 'ferhat/master' 2012-04-20 21:15:09 +02:00
PCL_resol.m Remove useless calls to set_default_option 2012-04-20 17:08:11 +02:00
PI_gensys.m Patch from George: fixes bug in partial information (closes #179) 2011-05-02 10:25:25 +02:00
PI_gensys_singularC.m Patch from George: fixes bug in partial information (closes #179) 2011-05-02 10:25:25 +02:00
disc_riccati_fast.m Updated copyright notices 2011-02-04 17:27:33 +01:00
disclyap_fast.m Update copyright notices 2012-06-08 18:22:34 +02:00
dr1_PI.m Remove oo_.dr.{nstatic,npred,nboth,nfwrd,nspred,nsfwrd} 2012-11-16 20:05:13 +01:00