imbSCI.Core.math.range.finder Namespace |
Range finders are utility objects, used to make descriptive statistics from collection of numbers and add agregate rows and conditional formatting to DataTable reports
| Class | Description | |
|---|---|---|
| rangeFinder |
Math utility class for: min-max-range computations
| |
| rangeFinderForDataTable |
Performs aggregation over data in the table
| |
| rangeFinderWithData |
Version of rangeFinder that stores all values sent trough doubleEntries |
rangeFinder comes in three flavors
Lightweightbasic rangeFinder finds min, max, avg, sum and countRecord keeperrangeFinderWithData keeps all values sent trough Learn(Double) method, taking some memory to have ability to compute standard deviation, entropy ... etc.Report utilityrangeFinderForDataTable is capable to scan and modify [!:DataTable] by adding agregate rows and conditional formatting for min and max rows