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

Calculate the variance of a Matrix.

This function calculates the variance of a matrix.

Parameters:
AThe matrix whose variance is of interest.
See also:
var(cons Matrix<T,PO,PS> &A, T mu)
varc(const Matrix<T,PO,PS> &A)
sd(const Matrix<T,PO,PS> &A)
mean(const Matrix<T,PO,PS> &A)

References mean().

Referenced by sd().