Statistic

accumulateState

Accumulates the state flags of all cells in a tensor

Object accumulateState(Collection x)

DPMO

returns the defects per million opportunities (DPMO) for the given specification limits and distribution or the given number of trials and number of failures. The 7parameters are USL, LSL, trials, failures, distribution (0=normal), and up to 3 parameters describing the distribution.

Collection DPMO(Collection LSL, Collection USL, Collection trials, Collection failures, Collection dist, Collection param1, Collection param2, Collection param3)

FisherTest

Performs the Fisher Test

Object FisherTest(Object a, Object b, Object c, Object d)

geoMean

Calculates the geometric mean of a sample or population. The geometric mean is the n-th root of the product of n values. In can be used e.g. to calculate a medium growth rate.

Object geoMean(Collection x)

geoMeanExist

Calculates the geometric mean of a sample or population. Evaluates only existing relations in a matrix. Does not count empty cells.

Object geoMeanExist(Collection x)

harMean

Calculates the harmonic mean of a sample or population. The harmonic mean is the inverse of the sum of inverses of the values.

Object harMean(Collection x)

harMeanExist

Calculates the harmonic mean of a sample or population. Evaluates only existing relations in a matrix. Does not count empty cells.

Object harMeanExist(Collection x)

identical

detects identical rows or columns in a matrix or tensor.

Object identical(Collection x)

max

Returns the largest number in a container.

Object max(Collection x)

maxExist

Returns the largest existing number in a container. If the container or its respective row or column is empty, a default response is returned.

Object maxExist(Collection x, Collection alt=nothing)

mean

Calculates the mean of a sample or population. The mean is the arithmetic average of a group of values.

Object mean(Collection x)

meanExist

Calculates the mean of a sample or population. Evaluates only existing relations in a matrix. Does not count empty cells.

Object meanExist(Collection x)

median

Calculates the median. Data from n samples is ordered from smallest to largest. For an odd sample size, median is the ordered value at (n+1)/2, for an even sample size median is the mean of the 2 middle ordered values.

Object median(Collection x)

medianExist

Calculates the median. Evaluates only existing relations in a matrix. Does not count empty cells.

Object medianExist(Collection x)

min

Returns the smallest number in a container.

Object min(Collection x)

minExist

Returns the smallest existing number in a container. If the container or its respective row or column is empty, a default response is returned.

Object minExist(Collection x, Collection alt=nothing)

NChooseK

calculates the binomial coefficient (n choose k).

Object NChooseK(Object n, Object k)

normdist

Returns the normal cumulative distribution for the specified mean and standard deviation. This function has a very wide range of applications in statistics, including hypothesis testing.

float normdist(float x, float m, float s)

normdistinv

Returns the inverse of the normal cumulative distribution (i.e. the z value) for the specified mean, standard deviation, and percentage.

float normdistinv(float x, float m, float s)

quartile

Calculates the quartiles. Data from n samples is ordered from smallest to largest. The first quartile is the value at n/4, the third quartile is the value at 3 n/4.

Object quartile(Collection x, Collection quartile)

quartileExist

Calculates the quartiles. Evaluates only existing relations in a matrix. Does not count empty cells.

Object quartileExist(Collection x, Collection quartile)

rootDiffSquares

Calculates the square root of a²-b². If (a²-b²) is negative, the function returns 0

Object rootDiffSquares(Object a, Object b)

rootSumSquares

Calculates the square root of a²+b²

Object rootSumSquares(Object a, Object b)

size

returns the size (colums or rows) of an object

int size(Collection x, Object dim=nothing)

snormdist

Returns the standard normal cumulative distribution function, i.e. the area under the curve for a given value of z. The distribution has a mean of 0 (zero) and a standard deviation of one.

float snormdist(float z)

snormdistinv

Returns the inverse of the standard normal cumulative distribution (i.e. the z value for a given percentage). The distribution has a mean of zero and a standard deviation of one.

float snormdistinv(float p)

stdDev

Calculates the standard deviation of a sample.

Object stdDev(Collection x)

stdDevExist

Calculates the standard deviation of a sample. Evaluates only existing relations in a matrix. Does not count empty cells.

Object stdDevExist(Collection x)

stdDevP

Calculates the standard deviation of a population, when all data is available.

Object stdDevP(Collection x)

stdDevPExist

Calculates the standard deviation of a population, when all data is available. Evaluates only existing relations in a matrix. Does not count empty cells.

Object stdDevPExist(Collection x)

stdErrorMean

Calculates the standard error of mean, defined as the standard deviation of the sample divided through the square root of the sample size.

Object stdErrorMean(Collection x)

stdErrorMeanExist

Calculates the standard error of mean. Evaluates only existing relations in a matrix. Does not count empty cells.

Object stdErrorMeanExist(Collection x)

trimmedMean

Calculates the trimmed mean of a sample or population.

Object trimmedMean(Collection x, Collection percent)

trimmedMeanExist

Calculates the trimmed mean of a sample or population. Evaluates only existing relations in a matrix. Does not count empty cells.

Object trimmedMeanExist(Collection x, Collection percent)

var

Calculates the variance of a sample.

Object var(Collection x)

varExist

Calculates the variance of a sample. Evaluates only existing relations in a matrix. Does not count empty cells.

Object varExist(Collection x)

varP

Calculates the variance of a population, when all data is available.

Object varP(Collection x)

varPExist

Calculates the variance of a population, when all data is available. Evaluates only existing relations in a matrix. Does not count empty cells.

Object varPExist(Collection x)

Feedback

Did you find what you needed?

If you have any further questions or suggestions to improve this page, please let us know:

=