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
{{ message }}
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
I think I found a little typo in Arellano model, although the result wouldn't change much.
To calculate value when default, defval = u(ae, ydef) + β * (θ * EVc[zero_ind, iy] + (1-θ) * EVd[1, iy]), I think EVc should be EV to make it consistent with the theory in the text and the code in Python.
The text was updated successfully, but these errors were encountered:
Hi,
I think I found a little typo in Arellano model, although the result wouldn't change much.
To calculate value when default,
defval = u(ae, ydef) + β * (θ * EVc[zero_ind, iy] + (1-θ) * EVd[1, iy])
, I thinkEVc
should beEV
to make it consistent with the theory in the text and the code in Python.The text was updated successfully, but these errors were encountered: