Scythe-1.0.3
template<typename T , matrix_order PO, matrix_style PS>
T scythe::sd ( const Matrix< T, PO, PS > &  A,
mu 
)

Calculate the standard deviation of a Matrix.

This function calculates the standard deviation of a matrix when the matrix's mean is already known.

Parameters:
AThe matrix whose standard deviation is of interest.
muThe matrix mean.
See also:
sd(const Matrix<T,PO,PS) &A)
sdc(const Matrix<T,PO,PS> &A)
variance(const Matrix<T,PO,PS> &A)

References sqrt(), and var().