User Guide

56 Commands and Functions Listing
normalcdf(
normalcdf(lowerbound,upperbound[,m,s])
Computes the normal distribution probability between lowerbound and
upperbound for the specified m and s.
y =
DISTR
2:normalcdf(
normalpdf(
normalpdf(x[,m,s])
Computes the probability density function for the normal distribution at a
specified x value for the specified m and s.
y =
DISTR
1:normalpdf(
NormProbPlot
NormProbPlot Plot#(type,Xlist,[,freqlist,color#])
Used as the "type" argument in the command
Where # gives Plot1, Plot2 or Plot3.
y
,
TYPE
not(
not(value)
Returns 0 if value is 0. value can be a real number, expression, or list.
y :
LOGIC
4:not(
nPr
valueA nPr valueB
Returns the number of permutations of valueA taken valueB at a time.
»
PRB
2:nPr
nPr
value nPr list
Returns a list of the permutations of value taken each element in list at
a time.
»
PRB
2:nPr
nPr
list nPr value
Returns a list of the permutations of each element in list taken value at
a time.
»
PRB
2:nPr