-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exogenous Markov chain for the wealth distribution? #22
Comments
Hi, if you use An alternative approach is to use the Kronecker product on your own to consolidate One note about the specific application: I think it makes more sense to have Let me know if you have any questions about either of these approaches and if one works for you! |
Thanks a lot for your help! I wrote a minimal working example, keeping the two exogenous processes and having "Pi_death" an iid shock. One last question: in this case, should I discount the future marginal utility by (1-beta) * (1-xi) in the household function (i.e., replace
|
Hello! |
Hi,
Is it possible to add an exogenous Markov chain for the wealth state variables? I am trying to add a Blanchard-Yaari type of death probability. There is a xi probability every period that households die and restart with 0 wealth.
I have tried to add a Pi_death Markov chain to the household block:
with the heterogenous block defined as
but I get the following error
"ValueError: matmul: Input operand 1 has a mismatch in its core dimension 0, with gufunc signature (n?,k),(k,m?)->(n?,m?) (size 500 is different from 7)"
The text was updated successfully, but these errors were encountered: