DK96-OS / MathTools

Mathematical Software Components. This library is actively maintained, and aims to stay updated. New feature proposals are welcome, but may not be included.
Apache License 2.0
2 stars 1 forks source link

Statistics Package Design Resolutions #163

Open DK96-OS opened 7 months ago

DK96-OS commented 7 months ago

Reorganize the classes in Statistics to optimize efficiency for different use cases.

For example, there are use cases for DistributionStatistics that do not require computation of the standard deviation. Some library users only care about the mean value.

Design and build an interface that provides more control over the computations that are run.