Page 1 of 1
Bell Curve
Posted: Fri Jun 04, 2010 11:30 am
by z116738
I need to generate a bell curve from a group of data. Any suggestions on how to do that?
Posted: Fri Jun 04, 2010 1:16 pm
by DPlotAdmin
Generate>Y=f(X) with Y=normdist(x,<mean>,<std dev.>) with x = mean +/- 3 or 4 standard deviations.
You can get the mean and standard deviation with the "List Peaks" command.