Skip to content
Prev 301009 / 398503 Next

Integrate(dnorm) with different mean and standard deviation help

On 2012-07-23 19:48, Pascal Oettli wrote:
Or you could note the '...' argument indicated on the help page:

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

Peter Ehlers