Skip to content
Prev 301010 / 398503 Next

Integrate(dnorm) with different mean and standard deviation help

integrate(dnorm, -1.96, 1.96, mean=2, sd=1)

Read the help for integrate!  It tells you that the
integrate function has a "..." argument which consists of
"additional arguments to be passed to f".

     cheers,

         Rolf Turner
On 24/07/12 14:23, FJ M wrote: