This package provides a fast and robust method for solving LQG Dynamic Ratinoal Inattention Problems based on methods developed in Afrouzi and Yang (2019): Dynamic Rational Inattention and the Phillips Curve.
- Oct 07, 2019: first version of Matlab solver for the steady state distribution was added.
- Feb 22, 2020: first version of Julia solver for the steady state distribution was added.
- Apr 10, 2020: first version of Julia solver for the transition dynamics was added.
- Nov 18, 2020: first version Matlab solver for the transition dynamics was added. This corresponds to the v0.2.0 of the DRIPs.jl package.
The following source files are included in the src folder:
-
Drip.mThis function defines a DRIP given inputs from the user. The function returns a structure that stores the primitives of the problem as well as the steady state information structure. Every DRIP should be defined through this function before transition dynamics can be solved. See the documentation within theDrip.mfile for details on inputs and output objects. -
Trip.mThis function characterizes the transition dynamics of a DRIP. Its inputs are (1) apstructure that is the output ofDrip.m, and an initial prior covariance matrix that specifies the initial condition. See the documentation within theTrip.mfile for details on inputs and output objects. -
irfs.mGiven the information structure from a Drip or a Trip, this function returns the impulse response functions of actions and beliefs to structural shocks. See the documentation within theirfs.mfile for details on inputs and output objects.
-
ex1_pricing_wo_feedback.mSolves a pricing problem with no strategic complementarity -
ex2_sims2010.mSolves the example from Sims (2010) and provides solution and irfs under transition dynamics based the extension in Afrouzi and Yang (2020).
- (Note: this is a deprecated version. This file was updated to Drip.m in the src folder.) Solve_RI_Dynamics.m
- (Note: this is a deprecated version. The Julia solver is now provided as a package. Please visit https://github.com/afrouzi/DRIPs.jl.) DRIP.jl