next up previous contents
Next: -th moment Up: Statistical Operations Previous: Median   Contents

Standard Deviation

\includegraphics[height=10mm]{images/stdDev}% WIDTH=48 HEIGHT=44

The operator can be placed on the canvas in two ways:

Returns the standard deviation along a named dimension of all elements present. If the dimension is not named, then the standard deviation is over all elements present in the tensor. Note that missing elements are not counted.

\begin{displaymath}
\sigma=\frac{1}{N-1}\sum_{i}^{N}(x_{i}-\langle x\rangle)^{2}
\end{displaymath}% WIDTH=365 HEIGHT=98