Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bobby
 
Posts: n/a
Default Standard deviation - confidence intervals

What are the confidence intervals that the standard deviation function
produces? In other works, if the mean is 22% and the standard deviation is
34%, what % of would be expected to fall between 56% and -12%? I don't have
my stats book here and besides its been about 15 years since I took stats.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Billigmeier
 
Posts: n/a
Default Standard deviation - confidence intervals

Percentage of data expected to fall within 1 StDev of the mean = 68.3%

A couple others if you need them:
Within 2 StDev of the mean = 95.4%
Within 3 StDev of the mean = 99.7%
Within 4 StDev of the mean = 99.99%

--
Regards,
Dave


"Bobby" wrote:

What are the confidence intervals that the standard deviation function
produces? In other works, if the mean is 22% and the standard deviation is
34%, what % of would be expected to fall between 56% and -12%? I don't have
my stats book here and besides its been about 15 years since I took stats.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Standard deviation - confidence intervals

"Bobby" wrote:
What are the confidence intervals that the standard
deviation function produces? In other works, if the
mean is 22% and the standard deviation is 34%,
what % of would be expected to fall between 56%
and -12%?


One way to compute these is:
normsdist(Z2)-normsdist(Z1), where Z2 = (56% - 22%)/34%
and Z1 = (-12% - 22%)/34% (z-scores).

Alternatively:
normdist(H,mean,sd,1)-normdist(L,mean,sd,1),
where mean is 22%, sd is 34%, H is 56% and L is -12%
(high and low endpoints).
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Standard Deviation Stan Banner Excel Worksheet Functions 1 March 12th 06 12:54 AM
A question about Standard Deviation bombayterror Excel Discussion (Misc queries) 2 January 5th 06 03:46 PM
feel that the STANDARD DEVIATION formula on Excel is incorrect !! Ganapati Hegde Excel Worksheet Functions 3 November 18th 05 04:09 PM
How to calculate 2 standard deviation? Li Excel Worksheet Functions 1 April 12th 05 09:44 PM
how do I plot mean and standard deviation in excel amg Charts and Charting in Excel 3 January 6th 05 03:53 AM


All times are GMT +1. The time now is 09:42 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"