Using the Normal Distribution in Maxima
- Subject: Using the Normal Distribution in Maxima
- From: Robert Dodier
- Date: Tue, 6 Sep 2005 15:02:54 -0600
> N(x) := erf(x/sqrt(2))/2.
that should be N(x) := (1 + erf (x / sqrt(2)))/2 $ if i'm not mistaken.
robert