Search

 

Module: Editor

Version: 5.1.4 +

Type: Double

Category: Matrix

 

Description

The formula 'Mean' takes the mean of a matrix over a specified dimension. The function 'Mean' gives the means of the rows or columns depending on the chosen dimension.

Parameters

Matrix:               the matrix you want to take the mean of.

Dimension:         the dimension to take the mean over. 1 means downwards (over rows), 2 means rightwards (over columns).

Example

Description

In the following example the formula 'Mean' is used to take the means of the columns.

Values parameters

Matrix:

Column1Column2Column3Column4
 1  2  3  4
 5  6  7  8

 

Dimension: 2 

Result

Matrix:

Column1
 2,5
 6,5

 

As you see the results are the means of the matrix.

Feedback

If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.

Updated: 2014-09-09