beautypg.com

Juniper Systems Allegro CX Manual User Manual

Page 154

background image

154 Allegro CX Owner’s Manual

Hypgeomdist(numSuccInSample, size, numSuccInPop,
popSize)

Returns the hypergeometric distribution.

Chidist(x, degOfFreedom)

Returns the one-tailed probability of the chi-squared distribution.

Chiinv(x, degOfFreedom)

Returns the inverse of the one-tailed probability of the chi-squared
distribution.

Chitest(reference1, reference2)

Returns the test for independence (the value from the chi-squared
distribution for the statistic and the appropriate degrees of freedom).

Intercept(seriesY, seriesX)

Calculates the point at which a line will intersect the y-axis by using
a best-fi t regression line plotted through the known x-values and
y-values.

Kurt(number, number, ...)

Returns the kurtosis of a data set.

Large(reference, n)

Returns the n-th largest value in a data set.

Loginv(probability, mean, standardDeviation)

Returns the inverse of the lognormal cumulative distribution
function of x.

Lognormdist(x, mean, standardDeviation)

Returns the cumulative lognormal distribution of x.

Max(number, number, ...)

Returns the maximum value in the list of arguments. Example:
Max(1, 2, 3) equals 3

MaxA(number, number, ...)

Returns the largest value in a set of values (TRUE is 1, FALSE and
texts are 0).

Median(number, number, ...)

Returns the median, or the number in the middle of the set of given
numbers.