#1   Report Post  
graph
 
Posts: n/a
Default charts & graphs

does anyone know how to create a normal curve graph in the chart wizard? i
know the mean and the standard deviation
  #2   Report Post  
B. R.Ramachandran
 
Posts: n/a
Default charts & graphs

Hi,

Well, you have to calculate probabilities for a series of x values using the
Gaussian probability distribution function.

P = 1/(stdev*sqrt(2 pi))*exp(-0.5*((x-mean)/stdev)^2)


For example, if mean is 1.2 and standard deviation is 0.3:

Create in column A, x-values that are about 4 standard deviations plus/minus
from the mean (in this example, 0 to 2.4) in small increments;
So A2, A3, .... A26 could be 0, 0.1, 0.2, ............ 2.4.
For convenience place the mean and standard deviation is two cells, say D2
and E2 respectively.
Now you can calculate the probability for each x value as follows:
In B2 enter the following formula:
=1/($E$2*SQRT(2*PI()))*EXP(-0.5*((A2-$D$2)/$E$2)^2)
and fill-in the formula down to B26.

Now make an XY-Scatter plot of B2:B26 versus A2:A26.

Regards,
B. R. Ramachandran



"graph" wrote:

does anyone know how to create a normal curve graph in the chart wizard? i
know the mean and the standard deviation

  #3   Report Post  
Herbert Seidenberg
 
Posts: n/a
Default charts & graphs

Excel already gives you the formula NORMDIST in Data Analysis.
To match the amplitude of the normal curve to your histogram
multiply by sample size and by increment.
A macro on a CD that comes with
Data Analysis with MS Excel
by Berk and Carey
does everything for you automatically.

  #4   Report Post  
graph
 
Posts: n/a
Default charts & graphs

Thanks!

"Herbert Seidenberg" wrote:

Excel already gives you the formula NORMDIST in Data Analysis.
To match the amplitude of the normal curve to your histogram
multiply by sample size and by increment.
A macro on a CD that comes with
Data Analysis with MS Excel
by Berk and Carey
does everything for you automatically.


  #5   Report Post  
graph
 
Posts: n/a
Default charts & graphs

Thank you!

"B. R.Ramachandran" wrote:

Hi,

Well, you have to calculate probabilities for a series of x values using the
Gaussian probability distribution function.

P = 1/(stdev*sqrt(2 pi))*exp(-0.5*((x-mean)/stdev)^2)


For example, if mean is 1.2 and standard deviation is 0.3:

Create in column A, x-values that are about 4 standard deviations plus/minus
from the mean (in this example, 0 to 2.4) in small increments;
So A2, A3, .... A26 could be 0, 0.1, 0.2, ............ 2.4.
For convenience place the mean and standard deviation is two cells, say D2
and E2 respectively.
Now you can calculate the probability for each x value as follows:
In B2 enter the following formula:
=1/($E$2*SQRT(2*PI()))*EXP(-0.5*((A2-$D$2)/$E$2)^2)
and fill-in the formula down to B26.

Now make an XY-Scatter plot of B2:B26 versus A2:A26.

Regards,
B. R. Ramachandran



"graph" wrote:

does anyone know how to create a normal curve graph in the chart wizard? i
know the mean and the standard deviation

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pasting worksheet with embedded charts FishMan Charts and Charting in Excel 2 October 5th 05 02:26 PM
charts and graphs jessi9203 Charts and Charting in Excel 1 July 18th 05 07:10 PM
Excel Charts Linked to Spreadsheets Rich Charts and Charting in Excel 1 July 4th 05 04:36 PM
Charts/ Graphs information from more then one worksheet S.H.C New Users to Excel 1 June 24th 05 07:39 PM
Refresh queries, graphs, and charts Fredrik Wahlgren Excel Discussion (Misc queries) 1 April 1st 05 08:29 PM


All times are GMT +1. The time now is 03:38 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"