Gaussian curve with EXCEL

Solved
sélène88 Posted messages 658 Status Member -  
sélène88 Posted messages 658 Status Member -
Hello,

I would like to plot the Gaussian in Excel but I can't find how to do it,
thank you for reading and responding.
See you soon.

Configuration: Windows 7 / Safari 534.10

9 answers

  1. ak210306 Posted messages 446 Status Member 29
     
    Hello, to plot a Gaussian, you can use the formula:
    =NORM.DIST(C8;0;1;FALSE)
    In the first column, create your x-values between -3 and 3 with a small enough increment, like 0.1
    in the second column, the formula that you drag down
    then create a scatter plot with a smoothed curve and markers

    You can also change the parameters of the distribution; here I used a standard normal distribution

    To Raymond: sorry for taking your topic but I thought I had an answer to provide.

    Have a good day.
    2