Search

 

Module: Editor

Version: 18.03+

Type: Double

Category: Statistical

 

Description

The median is the value that separates the higher half of a data sample from the lower half. The formula 'Median' returns the median of a matrix over the rows or the columns of that matrix, depending on the chosen dimension.

Parameters

Matrix:

The matrix you want to take the median of.

Dimension:

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

Example

Description

In the following example the formula 'Median' is used to take the medians over the rows.

Values parameters

Matrix:

Column1 Column2
1 2
2 7
9 11

 

Dimension: 1

Result

Matrix:

Column1
2
7

 

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

External Links

- Median: This page describes the median and it's relation to other statistics.

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