Tagged Questions
4
votes
0answers
115 views
Is it more accurate to analyze returns on a calendar day basis than a trading day basis?
I'm rather new to the actual practice of this kind of analysis, but it just seems wrong to me to throw Mondays' returns in with the rest without accounting for the passage of time on the weekend when ...
7
votes
1answer
715 views
Skewness and Kurtosis under aggregation
Returns possess non-zero skewness and excess kurtosis. If these assets are temporally aggregated both will disappear due to the law of large numbers. To be exact, if we assume IID returns skewness ...
8
votes
4answers
2k views
Should I use an arithmetic or a geometric calculation for the Sharpe Ratio?
What are the advantages/disadvantages of using the arithmetic Sharpe Ratio vs the geometric Sharpe Ratio? Is one more correct? Or is one better in certain circumstances?
5
votes
1answer
2k views
Annualzing the log of daily returns riddle
Two popular ways to measure returns are Arithmetic returns and Log returns. Let's define arithmetic (simple period) returns as: P(t) - P(t-1) / P(t-1). Let's define log return as Ln( P(t)/P(t-1) ) or ...
17
votes
2answers
555 views
How do you correct Max Draw-Down for auto-correlation?
When returns are auto-correlated, calculating a Sharpe ratio := $\frac {mean(x)}{\sqrt{var(x)}}$, (where $x$ are the returns) is complicated, but basically solved (see, e.g. Lo (2005)). Without the ...