Casio ClassPad II Custom Commands

mu (Function)

Command last updated 4/7/2022.

Download

mu(f, x, a, b)

For fastest calculation time, the domain [a, b] should be as small as possible.

If f is a piecewise function it should be entered raw not as a user-defined function.

The integral of f over the domain [a, b] must equal 1, as this is assumed by the mu function.

Returns the mean of the continuous probability distribution defined by the probability density function f over the domain [a, b].

Example

Find the expected value of \(t\) for the probability density function

\[\left\{ \begin{array}{ll} \dfrac{3}{50} \left( \dfrac{t}{50} \right) ^ 2 e^{ - \left( \tfrac{t}{50} \right) ^ 3 } & t \geq 0 \\ \ 0 & t < 0 \end{array} \right.\]

(2018 Methods Exam 2 Section B Question 4e)

mu(3/50 (t/50)^2 e^(-(t/50)^3), t, 0, ∞)

Contributed by Nhan