χ
2
Pdf()
Catalog >
number,
list
if
XVal
is a list
chi2Pdf(
XVal
,
df
)
⇒
number
if
XVal
is a
number,
list
if
XVal
is a list
Computes the probability density function
(pdf) for the
χ
2
distribution at a specified
XVal
value for the specified degrees of
freedom
df
.
For information on the effect of empty
elements in a list, see “Empty (Void)
Elements,” page 232.
ClearAZ
Catalog >
ClearAZ
Clears all single-character variables in the
current problem space.
If one or more of the variables are locked,
this command displays an error message
and deletes only the unlocked variables. See
unLock
, page 193.
ClrErr
Catalog >
ClrErr
Clears the error status and sets system
variable
errCode
to zero.
The
Else
clause of the
Try...Else...EndTry
block should use
ClrErr
or
PassErr
. If the
error is to be processed or ignored, use
ClrErr
. If what to do with the error is not
known, use
PassErr
to send it to the next
error handler. If there are no more pending
Try...Else...EndTry
error handlers, the error
dialog box will be displayed as normal.
Note:
See also
PassErr
, page 129, and
Try
,
Note for entering the example:
For
instructions on entering multi-line program
and function definitions, refer to the
Calculator section of your product guidebook.
For an example of
ClrErr
, See Example 2
under the
Try
command,
Alphabetical Listing
29
Summary of Contents for TI-Nspire CAS
Page 4: ...4 Service and Warranty Information 249 Index 251 ...
Page 248: ...248 ...
Page 250: ...250 ...