cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • JMP multivariate capabilities let you understand relationships between multiple variables simultaneously. See how. Friday, Aug. 14, 2 pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
timothy_forsyth
Level III

How do I calculate population standard deviation in JMP.

When I use the distribution platform in JMP 14 the calculated standard deviation is the sample standard deviation.  How do I calculate the population standard deviation in JMP and when is it appropriate to use the polpulation standard deviation?

 

Thanks,

 

Drink deep, or taste not the Pierian spring
1 REPLY 1

Re: How do I calculate population standard deviation in JMP.

sd( p ) = Sqrt( ((n-1)*(sd( s )^2)/n )

Recommended Articles