English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

In column (A) of an Excel spreadsheet, I have calculated a 150-day simple moving average (sma), updated daily, for each day over a period of 3000 days. In column (B) I want to calculate the corresponding values for 1 standard deviation from the 150-day sma. In Column (C) I want to calculate 2 standard deviations from the 150 sma and in Column D, I want to calculate 3 standard deviations from the 150 sma. What would be the formulas for Columns (B), (C) and (D)? Thank you.

2006-07-08 07:47:25 · 3 answers · asked by Anonymous in Science & Mathematics Mathematics

Enginerd brings up a great point. What I am trying to do is find the value that would be 1,2 and 3 standard deviations above and below a 150 day simple moving average. How do I accomplish this in Excel?

2006-07-08 08:30:05 · update #1

3 answers

the excel command for standard deviation is stdev(range) where the range is the list of numbers for which you want to calculate the std

you can easily mulitply 2* that value, 3* that value, or whatever

care should be taken to make sure you are getting the standard deviation you want

the standard deviation of the group of data that is each day's result, is different than the standard deviation of the moving average

2006-07-08 07:54:40 · answer #1 · answered by enginerd 6 · 0 0

If col A contains the averages and col B has the standard deviations [stdev(range)], then cells C1 through H1 would be:

=A1-B1
=A1+B1
=A1-2*B1
=A1+2*B1
=A1-3*B1
=A1+3*B1

And similarly for cells C2 through H2, C3 through H3, etc.

Hope this helps.

2006-07-08 10:07:02 · answer #2 · answered by genericman1998 5 · 0 0

http://www.convert-me.com/en/

2006-07-08 12:57:17 · answer #3 · answered by a100 1 · 0 0

fedest.com, questions and answers