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

Calculate the skew of each column of a Matrix.

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

Parameters:
AThe matrix whose skews are of interest.
See also:
skew(const Matrix<T,PO,PS> &A)
kurtosisc(const Matrix<T,PO,PS> &A)