blob: 27155c7ba13023adbae58703c74a9af79c69fb62 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
High-performing functions operating on rows and columns of matrices,
e.g. col / rowMedians(), col / rowRanks(), and col / rowSds().
Functions optimized per data type and for subsetted calculations
such that both memory usage and processing time is minimized. There
are also optimized vector-based methods, e.g. binMeans(), madDiff()
and weightedMedian().
WWW: https://cran.r-project.org/web/packages/matrixStats/
|