cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit. Register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
Choose Language Hide Translation Bar
PhamBao
Level II

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