Normal Distribution Curve
I was looking on here for a way to create a normal distribution curve in numbers. I could not really find any clear and obvious way to do it, so I have documented the method here. It really is quite simple.
In column A starting with -4.0 in cell A2 put -3.9 in cell A3 and so on through to +4.0 (Cell A82)
Copy and paste the following formula into cell B2
=(1/(SQRT(2*PI()))*(EXP(-0.5*(B3^2))))
copy and paste this down to cell B82
Select B2:B82 then create a line graph (Charts, line graph)
Open the inspectr and select the graph option. Highlight the graph option, click axis and select the labels on the X-axis. Replace the text in the labels box with the following
"-3 SD","","","","","","","","","","","","","","-2 SD","","","","","","","","","","","","","-1 SD","","","","","","","","","","","","","","Mean","","","","","","","","","","" ,"","","+1 SD","","","","","","","","","","","","","+2 SD","","","","","","","","","","","","","+3 SD"
this then produces a normal distribution curve.
hope this helps someone else.
MacBook Pro (13-inch Mid 2009), Mac OS X (10.7.3)