CENTER

Returns a non-statistical mean of the values in an array.

Format

CENTER (A)

Argument

 
A
Array of arbitrary shape.

Equation

Mathematically, CENTER is calculated as follows:

Example

The following example illustrates the use of the CENTER function:
 
Function
CENTER ({1, 0, 4, 3})
Result
2.5