Casio ClassPad II Custom Commands

biCDf (Function)

Command last updated 4/7/2022.

Download

biCDf(l, u, n, p)

l and u should evaluate to numbers, not expressions in terms of unknown variables. Prefer to use discrete if it would be more appropriate.

Equivalent to the builtin binomialCDf(l, u, n, p), but returns exact values in Standard mode whereas binomialCDf can return only decimal answers.

Returns the probability of between and including l and u successes from n trials with p probability of success each trial.

Example

Let \(X \sim \mathrm{Bi}(7, p)\). Find \(\mathrm{Pr}(2 \leq X \leq 3)\) as a polynomial in terms of \(p\). (2017 Methods Exam 2 Section B Question 3f)

biCDf(2, 3, 7, p)

Contributed by Nhan