You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simulation from a distributional or discrete initial condition
access to the transition probability distribution, sometimes just mat-vec, occasionally rows/columns
access to the values associated with the discrete states
Most are small which might even work best as statics. Otherwise, all are dense.
Tauchen could be truncated and made banded with very little loss, but probably not crucial here.
Could have "names" for states, which would be useful downstream for plotting, but not crucial.
calculation and access to the stationary distribution
This also calculates the forward forecast distribution iterating forward as a discrete system, and could allow exploring ergodicity for absorbing states/etc.
Most require:
Tauchen could be truncated and made banded with very little loss, but probably not crucial here.
The lectures which those apply to include:
Other notes
https://julia.quantecon.org/tools_and_techniques/finite_markov.html
https://julia.quantecon.org/multi_agent_models/lake_model.html
https://julia.quantecon.org/multi_agent_models/aiyagari.html
DiscreteDP
https://julia.quantecon.org/dynamic_programming/discrete_dp.html
DiscreteDP
Tauchen is used in:
Dynamic Programming Squared lectures, all just need simulation
The text was updated successfully, but these errors were encountered: