Statistics
Aggregations take an optional dimension: no argument reduces the whole matrix to
a number; 'row' or 'column' returns a number[].
Min / max
Center / scale (in place)
scaleRows(options?) / scaleColumns(options?) return a new rescaled matrix
(default range [0, 1], options { min, max }).
Covariance / correlation (top-level)
Both accept a single matrix (compared with itself) or two matrices with the same number of rows.