Search

 

Module: Editor

Version: 18.03+

Type: Double

Category: Statistical

 

Description

The formula 'GeometricMean' returns the geometric mean of a matrix over the rows or the columns of that matrix, depending on the chosen dimension.

Parameters

Matrix:

The matrix you want to know the geometric mean of.

Dimension:

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

Example

Description

In the following example the formula 'GeometricMean' is used to take the geometric mean over the rows.

Values parameters

Matrix:

Column1 Column2
2 3
3 9
36 27

 

Dimension: 1

Result

Matrix:

Column1 Column2
6 9

 

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

External Links

- Geometric mean: This page describes the geometric mean and it's practical use.

Feedback

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

Updated: 2018-01-31