Best Method of Annualizing Standard Deviation?

Discuss all general (i.e. non-personal) investing questions and issues, investing news, and theory.
Post Reply
User avatar
Topic Author
Anon9001
Posts: 1840
Joined: Fri Dec 20, 2019 8:28 am
Location: بھارت

Best Method of Annualizing Standard Deviation?

Post by Anon9001 »

[Topic is now in Investing - Theory, News & General. Thank you to the member who reported it and explained what was wrong - mod mkc]

I think I figured out by accident the best method to annualize Standard Deviation of Monthly Returns. I was looking at the Wiki article of the Log-Normal Distribution and found under the Sidebar of the wiki page the Variance formula which allows you to convert Variance of Log Returns to Variance of Returns assuming that Returns follow a Log-Normal Distribution. It's Image

To get the Standard Deviation you just need to take the Square Root of this Formula. I got the Annualized Standard Deviation of Returns by using this formula on the Annualized Standard Deviation of Log Returns (Multiply St.Dev of Monthly Log Returns with SQRT(12)) and the Annualized Mean (Multiply Mean of Monthly Log Returns with 12) of Log Returns. I then compared the results with the usual incorrect assumption of multiplying the Standard Deviation of Returns with Square Root of 12 and Tobins method of Annualizing Standard Deviation with the Standard Deviation of Annual Returns to see which one is close to reality.

St.Dev of Apple Stock Returns from 1985-2022:

Code: Select all

St.Dev of Annual Returns= 63.3%
Simple Method of Annualizing St.Dev (Square Root of 12)= 42.8%
Wiki Method of Annualizing St.Dev= 61.2%
Tobins Method of Annualizing St.Dev= 47.7%
St.Dev of MSFT Stock Returns from 1985-2022:

Code: Select all

St.Dev of Annual Returns= 47.3%
Simple Method Annualized St.Dev of Monthly Returns= 33.3%
Wiki Method Annualized St.Dev of Monthly Returns= 43.7%
Tobins Method Annualized St.Dev of Monthly Returns= 40.1%
St.Dev of Shiller SP Data 1871-2022:

Code: Select all

St.Dev of Annual Returns= 17.8%
Simple Method Annualized St.Dev of Monthly Returns= 14.2%
Wiki Method Annualized St.Dev of Monthly Returns= 15.3%
Tobins Method Annualized St.Dev of Monthly Returns= 15.0%
St.Dev of Amazon Returns 1997-2022:

Code: Select all

St.Dev of Annual Returns= 199.6%
Simple Method Annualized St.Dev of Monthly Returns= 58.8%
Wiki Method Annualized St.Dev of Monthly Returns= 87.3%
Tobins Method Annualized  St.Dev of Monthly Returns= 72.9%
St.Dev of MSCI EM Index 1987-2022:

Code: Select all

St.Dev of Annual Returns= 32.3%
Simple Method Annualized St.Dev of Monthly Returns= 22.2%
Wiki Method Annualized St.Dev of Monthly Returns= 25.7%
Tobins Method Annualized St.Dev of Monthly Returns= 24.4%
Last edited by Anon9001 on Wed Feb 15, 2023 10:05 am, edited 2 times in total.
Land/Real Estate:89.4% (Land/RE is Inheritance which will be recieved in 10-20 years) Equities:7.6% Fixed Income:1.7% Gold:0.8% Cryptocurrency:0.5%
japh
Posts: 3
Joined: Fri Jul 15, 2022 6:52 pm

Re: Best Method of Annualizing Standard Deviation?

Post by japh »

What do you use this information for>?
Just Another Perl Hacker
User avatar
Topic Author
Anon9001
Posts: 1840
Joined: Fri Dec 20, 2019 8:28 am
Location: بھارت

far

Post by Anon9001 »

japh wrote: Fri Jan 27, 2023 3:52 pm What do you use this information for>?
Good Question. I prefer using Annual Standard Deviation if the Asset is having 20 Years of Historical Data but for Assets which are only 5-10 years old calculating Annualized Standard Deviation should be more accurate than Annual Standard Deviation due to the small sample size so I would like to find out which method of Annualizing Standard Deviation is close to approximating Annual Standard Deviation due to this.
Land/Real Estate:89.4% (Land/RE is Inheritance which will be recieved in 10-20 years) Equities:7.6% Fixed Income:1.7% Gold:0.8% Cryptocurrency:0.5%
jmk
Posts: 636
Joined: Tue Nov 01, 2011 7:48 pm

Re: Best Method of Annualizing Standard Deviation?

Post by jmk »

I am struck by the magnitude of the difference.
bh1
Posts: 164
Joined: Thu Dec 30, 2021 1:49 pm

Re: Best Method of Annualizing Standard Deviation?

Post by bh1 »

If you correctly compute the standard deviation of almost all financial data, the result will tend to infinity as you increase the number of data points. This drops out of the combination of the generalized central limit theorem (mathematics) and the efficient market hypothesis (arbitrage).
toddthebod
Posts: 1518
Joined: Wed May 18, 2022 12:42 pm

Re: Best Method of Annualizing Standard Deviation?

Post by toddthebod »

I question the value of calculating summary statistics of any sort on the returns of an individual company's stock. What does it tell you to calculate the mean annual return for Amazon who once returned 1,000% in a single year?
Backtests without cash flows are meaningless. Returns without dividends are lies.
User avatar
Topic Author
Anon9001
Posts: 1840
Joined: Fri Dec 20, 2019 8:28 am
Location: بھارت

Re: Best Method of Annualizing Standard Deviation?

Post by Anon9001 »

toddthebod wrote: Wed Feb 15, 2023 11:17 am I question the value of calculating summary statistics of any sort on the returns of an individual company's stock. What does it tell you to calculate the mean annual return for Amazon who once returned 1,000% in a single year?
These are offered as examples to see how well the Wiki method of annualizing Standard Deviation does in comparison to the simple method that everyone uses to annualize Standard Deviation. I dont see any value in looking at the Past St.Dev of Amazon to get the Future St.Dev of Amazon as I personally believe Amazon's Future St.Dev will be much lower as Amazon is much larger company now compared to late 90s.
Land/Real Estate:89.4% (Land/RE is Inheritance which will be recieved in 10-20 years) Equities:7.6% Fixed Income:1.7% Gold:0.8% Cryptocurrency:0.5%
international001
Posts: 2595
Joined: Thu Feb 15, 2018 6:31 pm

Re: Best Method of Annualizing Standard Deviation?

Post by international001 »

Browsing to the article a bit...

Assume you have a normal distribution of independent returns for every month. The annual distribution of the sum would be std_annual=std_montly*sqrt(12)

However, when we look at annual returns we are not looking at sum of returns, but a multiplication of returns. That's the big difference

The impact is more important when you look at the average:

https://www.kitces.com/blog/volatility- ... t-returns/

i.e. for the same annual return, you always prefer something with lower volatility. It will grow more average over time. Another reason to have index funds
BJJ_GUY
Posts: 857
Joined: Wed Mar 13, 2019 7:45 am

Re: Best Method of Annualizing Standard Deviation?

Post by BJJ_GUY »

international001 wrote: Thu Feb 16, 2023 11:51 am Browsing to the article a bit...

Assume you have a normal distribution of independent returns for every month. The annual distribution of the sum would be std_annual=std_montly*sqrt(12)

However, when we look at annual returns we are not looking at sum of returns, but a multiplication of returns. That's the big difference

The impact is more important when you look at the average:

https://www.kitces.com/blog/volatility- ... t-returns/

i.e. for the same annual return, you always prefer something with lower volatility. It will grow more average over time. Another reason to have index funds
Can you clarify the point you are trying to make? What does it meant to grow average over time, and why is this statement supportive evidence for index funds?

As it relates to the use of arithmetic mean or the geometric mean: You use the arithmetic mean when doing forward looking estimations/modeling, and you use geometric returns when showing a historical return.
international001
Posts: 2595
Joined: Thu Feb 15, 2018 6:31 pm

Re: Best Method of Annualizing Standard Deviation?

Post by international001 »

I was just trying to point that the computation for standard deviation of geometric-returns(X) it gets more complicated than standard deviation of arithmetic-returns(X). That's the point of the post. Sorry if it was obvious to everybody else, but I had never even think about it.

But doing average of geometric-returns(X) <= average of arithmetic-returns(X). This is something well known (look at the Kitces post).
When stdX = standard deviation of X = volatility of the security is equal to 0%, then average of geometric-returns(X)= average of arithmetic-returns(X)
The lower the stdX, then you maximize average of geometric-returns(X), that it's what you really want to maximize. Index fund have the same average of arithmetic-returns that an individual stock, but since its stdX is lower, the average of geometric-returns(X) is higher.
edgeagg
Posts: 379
Joined: Tue Jan 23, 2018 12:27 pm
Location: WA-US

Re: Best Method of Annualizing Standard Deviation?

Post by edgeagg »

bh1 wrote: Wed Feb 15, 2023 10:13 am If you correctly compute the standard deviation of almost all financial data, the result will tend to infinity as you increase the number of data points. This drops out of the combination of the generalized central limit theorem (mathematics) and the efficient market hypothesis (arbitrage).
The distribution of returns is well known to be long tailed. Consequently, measures of variance are meaningless as you indicate
edgeagg
Posts: 379
Joined: Tue Jan 23, 2018 12:27 pm
Location: WA-US

Re: Best Method of Annualizing Standard Deviation?

Post by edgeagg »

bh1 wrote: Wed Feb 15, 2023 10:13 am If you correctly compute the standard deviation of almost all financial data, the result will tend to infinity as you increase the number of data points. This drops out of the combination of the generalized central limit theorem (mathematics) and the efficient market hypothesis (arbitrage).
The distribution of returns is well known to be long tailed. Consequently, measures of variance are meaningless as you indicate
Post Reply