Hello Statalist
I've been trying to calculate a Continuously compounded returns on S&P500 index, daily data
as follows:
(1+r[1])+(1+r[2])+.....+(1+r[n])
So I think it should be in a loop
any help is highly appreciated
I've been trying to calculate a Continuously compounded returns on S&P500 index, daily data
as follows:
(1+r[1])+(1+r[2])+.....+(1+r[n])
So I think it should be in a loop
any help is highly appreciated
Comment