Skip to main content

10 docs tagged with "Statistical"

View all tags

Average

Returns the arithmetic mean (average) of the values input as a vector.

Count

Returns the number of numerical values contained in the input vector.

Max (maximum)

Returns the greatest (maximum) value from a series of values input as a vector.

Min (minimum)

Returns the least (minimum) value from a series of values input as a vector.

Pearson

Calculates the Pearson product moment correlation coefficient, r, a dimensionless index that ranges from -1.0 to 1.0 inclusive and reflects the extent of a…

Sum

Returns the total obtained when adding all numbers input into the function.