[Thread Prev] [Thread Next]
Hi,
plot plots a bell curve
bellcurve is the formula of the bell curve
(also known as normal distribution curve)
the bell curve formula includes "exp".
Daniel
On 22 Apr 2005 at 20:41, Jeff Knope wrote:
> Hey,
>
> The operative word there was "clarify."
>
> --Jeff
>
>
>
> >> http://www.ndt-ed.org/EducationResources/Math/Math-e.htm
> >>
> >> The constant e figures into bell-shaped curves, among other things, just
> >> as
> >> the constant pi figures into circles.
> >
> >
> > to bellcurve :x :mu :sigma
> > output 1 / (:sigma * sqrt 2 * pi) * exp -0.5 * power ((:x - :mu) / :sigma)
> > 2
> > end
> >
> > to plot
> > cg pu
> > dotimes [i 400] [
> > let [x 3 * (:i - 200) / 200]
> > let [y bellcurve :x 0 1]
> > setpos list 100 * :x 400 * :y
> > pd
> > ]
> > end
> >
> >
> > Daniel
> >
> >
> >
> >
> >
> > *****************************
> > OpenWorld Learning
> > http://www.openworldlearning.org
> >
> >
> > _______________________________________________
> > MWForum mailing list
> > MWForum@xxxxxxxxxxxxxxxxxx
> > http://lists.mathcats.com/mailman/listinfo/mwforum
> > Attachments archived at:
> > http://www.mathcats.com/mwforum/attachments.html
> > To unsubscribe or for administrative questions contact
> > mailto:mwforum-admin@xxxxxxxxxxxxxxxxxx
> >
>
> _______________________________________________
> MWForum mailing list
> MWForum@xxxxxxxxxxxxxxxxxx
> http://lists.mathcats.com/mailman/listinfo/mwforum
> Attachments archived at:
> http://www.mathcats.com/mwforum/attachments.html
> To unsubscribe or for administrative questions contact
> mailto:mwforum-admin@xxxxxxxxxxxxxxxxxx
>
*****************************
OpenWorld Learning
http://www.openworldlearning.org
Previous by thread:
power vs exp
Next by thread:
power vs exp
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|