View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
joel joel is offline
external usenet poster
 
Posts: 9,101
Default How to plot a normal distribution - Bell curve

1) Get the mean using the average function of your data
2) Get the standard deviation of your data using stdev function
3) Add new column with normal() function
a) column B will be the first parameter X.
b) Average will be the mean
c) Standard Dev is from 2 above
d) cumulative will be FALSE.

4) Plot columns b and c as a scatter plot.

NORMDIST(x,mean,standard_dev,cumulative)



"edvwvw via OfficeKB.com" wrote:

Have a look he

http://www.statsoft.com/textbook/std...tml#log-normal

edvwvw





Sebastien wrote:
I have the daily volatility of Brent crude over the last year. So my column
A is the date, and column B is the volatility. I have around 300 datapoints.

I want to fit these datapoints in a normal distribution plot to see the
"Bell curve" shape.
How can I do this?


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200806/1


 
ExcelBanter Database Error
Database Error Database error
The ExcelBanter database has encountered a problem.

Please try the following:
  • Load the page again by clicking the Refresh button in your web browser.
  • Open the www.excelbanter.com home page, then try to open another page.
  • Click the Back button to try another link.
The www.excelbanter.com forum technical staff have been notified of the error, though you may contact them if the problem persists.
 
We apologise for any inconvenience.