- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: How do I calculate population standard deviation in JMP.
sd( p ) = Sqrt( ((n-1)*(sd( s )^2)/n )