Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i don't know how to find standard deviation for grouped data. this is for my
add maths project. pls help me. explain to me step-by-step coz i really don't have a clue how to find it using excel. thnx. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use the STDEV() function. For example if A1 thru A6 contain:
1.2 1.1 1.1 1.3 1.6 1.7 then =STDEV(A1:A6) will display 0.25819889 -- Gary''s Student - gsnu200738 "Ina" wrote: i don't know how to find standard deviation for grouped data. this is for my add maths project. pls help me. explain to me step-by-step coz i really don't have a clue how to find it using excel. thnx. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What summary statistics do you have for the groups?
The overall mean is a weighted average of the group means. DEVSQ(groups1&2) = DEVSQ(group1)+DEVSQ(group2)+(AVERAGE(group1)-AVERAGE(group2))^2*COUNT(group1)*COUNT(group2)/(COUNT(group1)+COUNT(group2)) Jerry "Ina" wrote: i don't know how to find standard deviation for grouped data. this is for my add maths project. pls help me. explain to me step-by-step coz i really don't have a clue how to find it using excel. thnx. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
standard deviation | Excel Worksheet Functions | |||
Standard Deviation | Excel Worksheet Functions | |||
Standard Deviation | Excel Worksheet Functions | |||
Standard Deviation | Excel Worksheet Functions | |||
standard deviation | Excel Discussion (Misc queries) |