Casio ClassPad II Custom Commands

nPDf (Function)

Command last updated 4/7/2022.

Download

nPDf(x, σ, μ)

Equivalent to the builtin normPDf(x, σ, μ), but more convenient to obtain the specific probability density function and to graph the function.

Returns the value of the normal distribution function with a standard deviation of σ and a mean of μ at the value x.

Example

Let \(M \sim \mathrm{N}(68, 8^2)\). Find \(\mathrm{Pr}(60<M<90)\). (2018 Methods Exam 2 Section B Question 4a)

graph of nPDf(x, 8, 68)

Contributed by Nhan