matrixStats

From MaRDI portal
Software:28934



swMATH17073CRANmatrixStatsMaRDI QIDQ28934

Functions that Apply to Rows and Columns of Matrices (and to Vectors)

Henrik Bengtsson

Last update: 11 December 2023

Software version identifier: 0.63.0, 0.1.5, 0.1.6, 0.1.8, 0.1.9, 0.2.1, 0.2.2, 0.3.0, 0.4.0, 0.4.3, 0.4.4, 0.5.0, 0.5.2, 0.5.3, 0.6.2, 0.8.0, 0.8.1, 0.8.5, 0.8.10, 0.8.12, 0.8.14, 0.8.15, 0.9.7, 0.10.0, 0.10.3, 0.12.0, 0.12.2, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.14.2, 0.15.0, 0.50.0, 0.50.1, 0.50.2, 0.51.0, 0.52.0, 0.52.1, 0.52.2, 0.53.0, 0.53.1, 0.54.0, 0.55.0, 0.56.0, 0.57.0, 0.58.0, 0.59.0, 0.60.0, 0.60.1, 0.61.0, 0.62.0, 1.0.0, 1.1.0, 1.2.0

Source code repository: https://github.com/cran/matrixStats

Copyright license: Artistic License 2.0

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().