Juniper Systems Allegro CX Manual User Manual
Page 155
Allegro CX Owner’s Manual 155
Min(number, number, ...)
Returns the minimum value in the list of arguments. Example:
Min(1, 2, 3) equals 1
MinA(number, number, ...)
Returns the smallest value in a set of values (TRUE is 1, FALSE and
texts are 0).
Mode(number, number, ...)
Returns the most frequently occurring, or repetitive, value in a range
of data.
Negbinomdist(numOfSuccess, numOfFailure, probability)
Returns the negative binomial distribution.
Normdist(x, mean, standardDeviation, cumulative)
Returns the normal cumulative distribution for the specifi ed mean
and standard deviation.
Norminv(probability, mean, standardDeviation)
Returns the inverse of the normal cumulative distribution function
(Nomdist).
Normsdist(z)
Returns the standard normal cumulative distribution (has a mean of
zero and standard deviation of one).
Normsinv(probability)
Returns the inverse of the standard normal cumulative distribution
function (Normsdist).
Pearson(reference1, reference2)
Returns the Pearson product moment correlation coeffi cient r.
Percentile(reference, n)
Returns the n-th percentile.
Percentrank(reference, x, decimal)
Returns the rank of a value in a data set as a percentage of the data
set.
Permut(number, numberChosen)
Returns the number of permutations. Number is the number of
objects, numberChosen is the number of objects in each permutation.
Example: Permut(10, 2) equals 90