forked from HenrikBengtsson/matrixStats
-
Notifications
You must be signed in to change notification settings - Fork 0
Benchmark reports
hb edited this page Mar 3, 2015
·
2 revisions
List of benchmark reports for matrixStats functions:
- anyMissing()
- binCounts()
- binMeans()
- colAlls() and rowAlls()
- colAnyMissings() and rowAnyMissings()
- colAnys() and rowAnys()
- colCounts() and rowCounts()
- colCummins() and rowCummins()
- colCumprods() and rowCumprods()
- colCumsums() and rowCumsums()
- colDiffs() and rowDiffs()
- colLogSumExps() and rowLogSumExps()
- colMads() and rowMads()
- colMeans() and rowMeans()
- colMedians() and rowMedians()
- colMins() and rowMins()
- colOrderStats() and rowOrderStats()
- colProds() and rowProds()
- colQuantiles() and rowQuantiles()
- colRanges() and rowRanges()
- colRanks() and rowRanks()
- colSums() and rowSums()
- colTabulates() and rowTabulates()
- colVars() and rowVars()
- colWeightedMeans() and rowWeightedMeans()
- colWeightedMedians() and rowWeightedMedians()
- count()
- indexByRow()
- logSumExp()
- madDiff()
- product()
- varDiff()
- weightedMean()
- weightedMedian()
To reproduce this page and all of its reports, do:
path <- system.file("benchmarking", package="matrixStats")
R.rsp::rfile("index.md.rsp", path=path)Note: Each of the above reports takes up to several minutes to complete.
[Benchmark reports](Benchmark reports)