Normal Distribution line

O

oz_orlando

I have a frequency chart, can show the graph in column charts, but
want to map a normal distribution over the top.
so far I generated a normal distribution through the normdist function
but I couldn't get an accurate stdev, and the curve was always centre
across the 15 x values instead of centring on the mean. Any ideas on
good way to map a normal distribution, or possible ways of centerin
what i have created over the mean rather than the 15 x values i have.
thank
 
M

Mike Middleton

oz_orlando -

Here's my reply to a similar question several months ago:

One way is to use a combination chart, with a Column chart type for the
vertical histogram bars and an XY (Scatter) chart type for the normal
density curve.

You could start with the chart generated by my free Better Histogram add-in,
available at www.treeplan.com, which produces a combination chart (so that
the horizontal axis is more properly labeled), and then you could change
that chart's XY (Scatter) data series to be based on worksheet data using
NORMDIST for the curve. You must be careful about scaling so that the Column
chart type and the XY (Scatter) chart type are aligned correctly.

- Mike
www.mikemiddleton.com
 

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