Russell Cooper
September 4, 2024
Exercise #1: Due September 9, 2024
Consider the asset pricing model from the first lecture. The value of the asset is the solution to:
q(d) = d + βEd0
|dq(d
0
) ∀d ∈ D (1)
1 Solution
Write Matlab (Julia, Fortran, etc.) code to solve this functional equation using value function iteration. To do so,
you will have to specify parameters for the discount factor and the process for dividends.
1 Show how your solution
depends upon the discount factor by graphing the function q(d) for two different values of β.
2 Estimation
You will receive a data set that has a time series for the asset value and for the dividends, i.e. (qt, dt) for t = 1, 2, 3, ...T.
2.1 Project 1: Estimate Π Matrix
Using the data, estimate the Π matrix using the count approach. As you can see from the data, there are only two
states for dividends.
2.2 Estimate β
Estimate β using SMM, picking one data moment. The moment could be the mean of qt, as in class, or another
moment. Create a graph of the simulated and actual moments as a function of β.
1You can specify D and the transition matrix directly or take an AR(1) representation of dividends and using the Tauchen procedure,
create a discrete representation of the stochastic process. See the discussion AC chpt. 2.
1
版权所有:编程辅导网 2021 All Rights Reserved 联系方式:QQ:99515681 微信:codinghelp 电子信箱:99515681@qq.com
免责声明:本站部分内容从网络整理而来,只供参考!如有版权问题可联系本站删除。