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

Calculate the skew of a Matrix.

This function calculates the skew of a matrix.

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

References scythe::Matrix< T_type, ORDER, STYLE >::begin_f(), scythe::Matrix< T_type, ORDER, STYLE >::end_f(), mean(), pow(), sd(), and scythe::Matrix_base< ORDER, STYLE >::size().