130 Alphabetical Listing
PassErr
Catalog >
Note: See also ClrErr, page 29, and Try, page
187.
Note for entering the example: For
instructions on entering multi-line program
and function definitions, refer to the
Calculator section of your product guidebook.
piecewise()
Catalog >
piecewise(Expr1[, Cond1[, Expr2 [, Cond2
[, … ]]]])
Returns definitions for a piecewise function
in the form of a list. You can also create
piecewise definitions by using a template.
Note: See also Piecewise template, page 7.
poissCdf()
Catalog >
poissCdf(λ,lowBound,upBound) ⇒ number
if lowBound and upBound are numbers, list
if lowBound and upBound are lists
poissCdf(λ,upBound)for P(0≤X≤upBound) ⇒
number if upBound is a number, list if
upBound is a list
Computes a cumulative probability for the
discrete Poisson distribution with specified
mean λ.
For P(X ≤ upBound), set lowBound=0
poissPdf()
Catalog >
poissPdf(λ,XVal) ⇒ number if XVal is a
number, list if XVal is a list
Computes a probability for the discrete
Poisson distribution with the specified mean
λ.