Skip to content
This repository was archived by the owner on May 21, 2020. It is now read-only.
Florian Rappl edited this page Dec 21, 2014 · 2 revisions

dev

In statistics and probability theory, standard deviation (represented by the symbol sigma, σ) shows how much variation or dispersion exists from the average (mean, or expected value).

References

dev(M)

Standard deviation is a very common calculation in statistical analysis, and is formally defined as the square root of the variance of the data set.

Argument M

Matrix

Returns 1. entry

Scalar

Example

dev([2, 4, 4, 4, 5, 5, 7, 9])

Computes the standard deviation of those eight values. The result is 2.

Clone this wiki locally