Normal distribution

  • Thread starter Thread starter John Smith
  • Start date Start date
J

John Smith

I have some numbers between 0 and 100 that I want to fit to a normal curve.

I want the resulting curve to give me numbers that are still between 0 and
100.

I would appreciate some ideas on how to do this in Excel 2003.

I see the normdist function, but have no idea how to use it.
thank you
 
I have some numbers between 0 and 100 that I want to fit to a normal curve.

Use the mean (AVERAGE) and standard deviation (STDEV) of your sample data as
parameters to NORMDIST.
I want the resulting curve to give me numbers that are still between 0 and
100.
...

That's up to you. Fill another range with 0 to 100 in steps of 1, and use
NORMDIST as above to generate the cumulative distribution values for each value
between 0 and 100.
I see the normdist function, but have no idea how to use it.
thank you

Then buy a stats textbook and learn how. Few things are more dangerous that
trying to learn stats from Excel newsgroup responses.
 

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

Similar Threads

Normal distribution curve 2
NORMDIST 2
random variable with normal distribution 2
histograms with normal distributions 4
Creating Bell Shape 1
curves 2
NORMDIST(x,mean, stdev,false) vs f(x) 3
Goodness of fit test 3

Back
Top