Skip to content

mean

Syntax

mean(x1,x2)
mean(value_list)

Parameters

x1
A numeric expression.
x2
A numeric expression.
value-list
A list expression.

Returns

Returns a numeric value equal to the mean value of the arguments.

Description

The mean function computes the average of the provided values. It can take either a list of numeric values or two individual numeric values and return their mean.

See Also