Scythe-1.0.3
|
template<typename T , matrix_order PO, matrix_style PS>
Calculate the mean of a Matrix. This function calculates the mean of a matrix by summing all elements of the matrix, and dividing by the total number of elements in the matrix.
Referenced by dnorm(), kurtosis(), lndnorm(), scythe::rng< mersenne >::rnorm(), scythe::rng< mersenne >::rtanorm_combo(), scythe::rng< mersenne >::rtanorm_slice(), skew(), and var(). |