Juniper Systems Allegro CX Manual User Manual
Page 156
156 Allegro CX Owner’s Manual
Poisson(x, mean, cumulative)
Returns the Poisson distribution.
Prob(values, probabilities, lowLimit, upLimit) Returns the
probability that values in a range are between two limits
[lowerLimit..upperLimit].
Rank(number, reference, order)
Returns the rank of a number in a list of numbers. Its size relative to
other values in the list.
Rsq(seriesY, seriesX)
Returns the square of the Pearson product moment correlation
coeffi cient through the given data points.
Skew(number, number, ...)
Returns the skewness of a distribution.
Slope(seriesY, seriesX)
Returns the slope of the linear regression line through the given data
points.
Small(reference, n)
Returns the n-th smallest value in a data set.
Standardize(x, mean, standardDeviation)
Returns a normalized value from a distribution characterized by
mean and standard deviation.
Stdev(number, number, ...)
Estimates the standard deviation based on a sample.
StdevA(number, number, ...)
Estimates standard deviation based on a sample (TRUE is 1, FALSE
and texts are 0).
StdevP(number, number, ...)
Calculates the standard deviation of the entire population.
StdevpA(number, number, ...)
Calculates standard deviation based on an entire population (TRUE
is 1, FALSE and texts are 0).
Steyx(seriesY, seriesX)
Returns the standard error of the predicted y-value for each x in a
regression.