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