Mean

Calculates the mean value of x. In cases scalar, vector and xy-data it returns a scalar, otherwise it returns a vector with the mean values of the rows.

Syntax

mean(x)

Types
 Variable NameValue TypeVariable Type
Argument:xreal, complexscalar, vector, matrix, signal, xy-data
Result: vreal, complex scalar, vector
Calculator Input

Use the mean button to complete the operation.

Examples
IDDescriptionTypeValueExpression
x REAL MATRIX

[[2,3,4],[3,4,5]]
v Result REAL VECTOR

mean(x)
IDDescriptionTypeValueExpression
x REAL SIGNAL   signal([1,2,3],[2,3,4])
v Result REAL VECTOR (3) mean(x)