Histogram, And "Normal" Curve For ?

B

Bob

Hello,

Forget the two previous posts of mine re Histograms.
Am happy to say that I figured out how to select and use the Bin size.

But, now that I actually have the Histogram, is there any way to have a
curve show up over the (bin) columns; e.g., one that looks like a normal
distribution (assuming it roughly is) by using the columns Y values as
shown ?

In other words, having an distgribution actual curve on the graph, as
well as the bin columns ?

Thanks,
Bob
 
X

Xt

Hello,

Forget the two previous posts of mine re Histograms.
Am happy to say that I figured out how to select and use the Bin size.

But, now that I actually have the Histogram, is there any way to have a
curve show up over the (bin) columns; e.g., one that looks like a normal
distribution (assuming it roughly is) by using the columns Y values as
shown ?

In other words, having an distgribution actual curve on the graph, as
well as the bin columns ?

Thanks,
Bob

If you have plotted the histogram using the midpoint of each bin on
the X axis, then this should work.
Find the mean, sd and n your original data.
For each bin midpoint, work out how many would have been in that bin
if the data was normal. =NORMDIST(bin midpoint,mean,sd,0)*n*bin width
Plot a double histogram with the data and calculated values. Select
the normal series and change the series chart type to XY scatter with
smoothed line.

Cheers, D
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top