Module: Editor
Version: 18.03+
Description
The formula 'AverageDeviation' returns the average deviation 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 average deviation of.
Dimension: The dimension to take the average deviation over. 1 means downwards (over rows), 2 means rightwards (over columns).
Example
Description
In the following example the formula 'AverageDeviation' is used to take the average deviation over the columns.
Values parameters
Matrix:
Column1 | Column2 | Column3 | Column4 |
3 | 2 | 1 | 5 |
1 | 3 | 5 | 5 |
Dimension: 2
Result
Matrix:
As you see the results are the average deviations of the rows of the matrix.
External Links
- Average deviation: This page describes the average deviation 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.