TRIMMEAN

TRIMMEAN(arg1, arg2) → { number }

Returns the mean of the interior portion of a set of data values.

Parameters:

Name Type Description
arg1 ApiRange | Array.<number>

The range or array of values to trim and average.

arg2 number

The fractional number of data points to exclude from the top and bottom of the data set.

Returns:

Type
number