cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
PhamBao
Level III

Any formula or script to combine standard deviation of different group into one standard deviation

Hi all,

Currently, I was stuck to combining standard deviation from different group into one standard deviation.
For example
A) sample = 50, mean = 5, standard deviation = 3

B) sample = 40, mean = 6, standard deviation =2

C) sample = 20, mean = 7, standard deviation =4

How I can combine standard deviation from 3 groups into one. Is there any function available in JMP to support this?
Thank a lot 

1 REPLY 1
statman
Super User

Re: Any formula or script to combine standard deviation of different group into one standard deviation

Variances add, standard deviations do not.  Square the standard deviations, add them, take the average.  Then take the root.

"All models are wrong, some are useful" G.E.P. Box

Recommended Articles