Can anyone tell me how you can add a normal distribution bell curve to an excel histogram?
I have finally figured the histogram but cannot get a bell curve on it!!!!!
Have you looked at the EXCEL function "NORMDIST"?
NORMDIST
Returns the normal cumulative distribution for the specified mean and standard deviation. This function has a very wide range of applications in statistics, including hypothesis testing.
Syntax
NORMDIST(x,mean,standard_dev,cumulative)
X is the value for which you want the distribution.
Mean is the arithmetic mean of the distribution.
Standard_dev is the standard deviation of the distribution.
Cumulative is a logical value that determines the form of the function. If cumulative is TRUE, NORMDIST returns the cumulative distribution function; if FALSE, it returns the probability mass function.
Remarks
ˇ If mean or standard_dev is nonnumeric, NORMDIST returns the #VALUE! error value.
ˇ If standard_dev < or = 0, NORMDIST returns the #NUM! error value.
ˇ If mean = 0 and standard_dev = 1, NORMDIST returns the standard normal distribution, NORMSDIST.
ˇ The equation for the normal density function is:
Here's an actual excel file with a normal curve in it (using normdist).
__________________
Steve Prevette
"A Passionate Statistician", ASQ CQE, Fluor Government Group
The opinion stated above does not necessarily reflect that of my employer.
Thanks to Steve Prevette for your informative Post and/or Attachment!
I browsed the links above and found a step by step instruction on how to fit a normal distribution curve to a set of data in Excel. Sometimes Microsoft can actually help you
It's good to appriciate MS what MS has taken is a simulated data with near perfect normal distribution. In real world , asymetric data will stare in your face. If you try some real world data using MS example and use MiniTab's Descriptive statictics, you might get a different scenerio altogather...That is why I have posted above xls file to help you out , when you face real life data.