Community Profile

photo

Athirah Sabtu


Active since 2015

Statistics

Content Feed

View by

Question


How do I calculate log returns for stock prices?
I have the coding but I don't know how to do it. for t=1:length(data) Logreturn(t+1)=log(data(t+1))-log(data(t)); ...

9 years ago | 1 answer | 0

1

answer