Scythe-1.0.3
|
template<matrix_order RO, matrix_style RS, typename T , matrix_order PO, matrix_style PS>
Calculate the standard deviation of each column of a Matrix. This function calculates the standard deviation of each column of a matrix by taking the square root of each column's variance.
|