老师好,我想请问一下按照Fama and French(2008)的提法:momentum被定义为the continuously compounded return from month t-12 to month t-2
对应的应该按如下方式求解momentum吗?
gen momentum=(1+l2.ret)*(1+l3.ret)*(1+l4.ret)*(1+l5.ret)*(1+l6.ret)*(1+l7.ret)*(1+l8.ret)*(1+l9.ret)*(1+l10.ret)*(1+l11.ret)*(1+l12.ret)-1
还有没有其它的求解方式呢?因为跑出来的结果并不理想