Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
xyw xyw is offline
external usenet poster
 
Posts: 1
Default How is StdDev calculated?

The StdDev gave number much smaller than the squre root of sum of square of
deviation from the mean. How is it calculated?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default How is StdDev calculated?

Type "stdev" in Excel HELP
You'll get a full decription
--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"xyw" wrote in message ...
| The StdDev gave number much smaller than the squre root of sum of square of
| deviation from the mean. How is it calculated?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 837
Default How is StdDev calculated?

=STDEV(data) should be =SQRT(DEVSQ(data)/(COUNT(data)-1) which is supposed to
be less than DEVSQ(data) by a factor of 1/SQRT(COUNT(data)-1).

If you mis-stated the situation, and STDEV(data) is instead less than
SQRT(DEVSQ(data)/(COUNT(data)-1), then I will guess that you are using Excel
XP (2002) or older, and your data has a small CV (coefficient of variation,
also known as RSD -- relative standard deviation). Older versions of Excel
used a mathematically correct, but numerically unstable algorithm that could
give numerically incorrect results with a small CV or a very large n.

It is had to be more specific without more information about your particular
case.

Jerry

"xyw" wrote:

The StdDev gave number much smaller than the squre root of sum of square of
deviation from the mean. How is it calculated?

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
Calculated Field and Calculated Item in Pivot Table Fred Smith Excel Discussion (Misc queries) 0 March 4th 07 08:15 PM
How to skip the blank cells for calculating StdDev? Eric Excel Worksheet Functions 3 November 7th 06 12:00 AM
How to skip the blank cells for calculating StdDev? Eric Excel Discussion (Misc queries) 1 November 6th 06 08:27 AM
How to skip the blank cells for calculating StdDev? Eric Excel Worksheet Functions 3 November 6th 06 07:38 AM
pivot table formulas for calculated field or calculated item Vicky Excel Discussion (Misc queries) 3 June 6th 06 05:06 AM


All times are GMT +1. The time now is 10:09 PM.

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

About Us

"It's about Microsoft Excel"