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

Calculate the kurtosis of each column of a Matrix.

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

Parameters:
AThe matrix whose kurtoses are of interest.
See also:
skewc(const Matrix<T,PO,PS> &A)
kurtosis(const Matrix<T,PO,PS> &A)