d0103a1dbb
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/
9 lines
414 B
Plaintext
9 lines
414 B
Plaintext
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/
|