@danielsimonjr/mathts-statistics
v0.1.3
Published
Standalone statistics functions for MathTS, re-exported as a focused package
Maintainers
Readme
@danielsimonjr/mathts-statistics
Standalone statistics for MathTS.
A focused entry point over the statistics typed-function domain in
@danielsimonjr/mathts-functions.
The implementation is re-exported, not duplicated. These are MathTS typed
functions (polymorphic dispatch across number / Complex / Fraction / BigNumber /
Matrix where supported).
Install
npm install @danielsimonjr/mathts-statisticsWhat it exports
parallelStatSum, parallelStatMean, parallelStatVariance, parallelStatStd, parallelStatMin, parallelStatMax, parallelStatMinMax, parallelStatMedian, parallelStatMode, parallelStatProd, parallelStatNorm, parallelStatDistance, parallelStatCorr, parallelStatMAD, parallelStatCumsum, parallelStatQuantile, parallelStatPercentile, parallelStatHistogram, quickSelect, medianSelect, minSelect, maxSelect (plus the typedStatistics bundle).
License
MIT (c) Daniel Simon Jr.
