Differences between revisions 2 and 3
Revision 2 as of 2010-09-17 11:00:10
Size: 2456
Comment:
Revision 3 as of 2010-09-17 11:14:30
Size: 2404
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
 * If the '''varobs''' statement is not present then the variables listed in the stoch_simul command as to be simulated are also the only ones assumed to be observed too and PI stoch_simul produces IRFs accordingly.  * If the '''varobs''' statement is not present then the all endogenous variables are also assumed to be observed too and PI stoch_simul produces IRFs accordingly.

Partial Information

Background

A number of recent academic research papers pertaining DSGE models assume that agents are not able to perfectly observe states that define the economy. Thus Pearlman et al. (1986) propose a general framework for introducing information limitations at the point agents form expectations.

Pearlman (1992), Svensson and Woodford (2003) and Svensson and Woodford (2001) use this framework to study optimal monetary policy. Collard and Dellas (2004), Collard and Dellas (2006) investigate empirical issues associated with partial, imperfect information.

Levine et al. (2007) pointed out that most of the DSGE estimation makes asymmetric information assumptions where perfect information about current shocks and other macroeconomic variables is available to the economic agents, but not to the econometricians. Although perfect information on idiosyncratic shocks may be available to economic agents, it is implausible to assume that they have full information on economy-wide shocks.

Current Implementation and Use

The PI version of stoch_simul is invoked using partial_information option.

It uses Dynare varobs statement (New to the stoch_simul model files) in the following way:

  • If the varobs statement is not present then the all endogenous variables are also assumed to be observed too and PI stoch_simul produces IRFs accordingly.

  • If varobs list is present, then only the listed variables will be assumed to be observed and IRF simulation will take that into account when producing IRFs.

  • If all variables are listed as observed usinfg varobs, a full information case is present resulting in IRFs identical to the ones achieved using standard, “full-info” Dynare.

For example, the below commands following your model specification:

varobs c n r ;

stoch_simul ( partial_information, irf=30) pi y r;

will instruct stoch_simul to use partial information solver, assume that c,n and r are the observed information set and simulate pi, y and r conditional on the observed information set.

For more information on the PCL solver and its stoch_simul implementation please see Partial_Information_Implementation_in_Dynare.pdf

DynareWiki: PartialInformation (last edited 2011-02-22 20:41:27 by GeorgePerendia)