annualized rate of return!
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi, I have back-tested a strategy and the total return after 285 weeks is 24%. How would I annualize this? I would like the annualized rate of return in MATLAB.
Any help would be useful.
댓글 수: 0
채택된 답변
Walter Roberson
2012년 5월 31일
r^285 = 1.24 so log(r^285) = log(1.24) so 285*log(r) = log(1.24) so log(r) = log(1.24) / 285 so r = exp( log(1.24) / 285) is the weekly interest rate.
댓글 수: 0
추가 답변 (1개)
Javier
2012년 9월 5일
Step 1 Time estimation
Years in 285 weeks....one year has 52 weeks. Then Y=285/52=5.48.
Step 2 Calculation interest rate
(1+x)^(5.48)-1=0.24, what you have to do is find x. In this case x is annual. The result is: x=0.04.
Step 3 "Prove"
If you have a 4% annual return during 5.48 years, the return is: (1.04)^(5.48)-1 = 0.24.
Hope it helps. Please grade if solve your question.
Javier
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Financial Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!