build a normal distribution graph based on small sample size

yxz152830

Active Member
Joined
Oct 6, 2021
Messages
393
Office Version
  1. 365
Platform
  1. Windows
Gurus,
if I have a sample size of only 20. Is it viable to get the mean/sd based on the sample using excel under the assumption that the population is normally distributed?
If that's viable, what formula do I use?
I assume that in order to create a histogram of normal distribution, I would need a data set that's large enough to make interval small enough in order to create a smooth normal distribution graph. How do I generate the random data points using excel? Thank you!
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Gurus,
if I have a sample size of only 20. Is it viable to get the mean/sd based on the sample using excel under the assumption that the population is normally distributed?
If that's viable, what formula do I use?
I assume that in order to create a histogram of normal distribution, I would need a data set that's large enough to make interval small enough in order to create a smooth normal distribution graph. How do I generate the random data points using excel? Thank you!
The typical rule of thumb is to use the normal distribution when you have n>=30. The size of n=20 is considerably small, I would recommend using the t-distribution instead. As the sample size increases, the t-distribution becomes more similar to a normal distribution.
 
Upvote 0
To get random numbers from a normal distribution use Norm.Inv(Rand(),µ,σ) where µ and σ are the mean and standard deviation respectively.

Similarly, to get random numbers from a t distribution T.Inv(Rand(),dof) where dof is degrees of freedom in your case n-1 = 19.
 
Upvote 0
The attached two links will show you how to build a normal distribution graph with your data. You would need to make decision if your data real fits a normal distribution or not.


dummies - Learning Made Easy
 
Upvote 0

Forum statistics

Threads
1,214,983
Messages
6,122,591
Members
449,089
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top