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

Calculate the standard deviation of each column of a Matrix.

This function calculates the standard deviation of each column of a matrix by taking the square root of each column's variance.

Parameters:
AThe matrix whose standard deviations are of interest.
See also:
sd(const Matrix<T,PO,PS> &A)
variancec(const Matrix<T,PO,PS> &A)