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

Calculate the variance of each column of a Matrix.

This function calculates the variance of each column of a matrix.

Parameters:
AThe matrix whose variances are of interest.
See also:
var(const Matrix<T,PO,PS> &A)
var(cons Matrix<T,PO,PS> &A, T mu)
sdc(const Matrix<T,PO,PS> &A)
meanc(const Matrix<T,PO,PS> &A)