Click or drag to resize

imbSCI.Core.math.range.finder Namespace

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Range finders are utility objects, used to make descriptive statistics from collection of numbers and add agregate rows and conditional formatting to DataTable reports

Classes
  ClassDescription
Public classrangeFinder
Math utility class for: min-max-range computations
Public classrangeFinderForDataTable
Performs aggregation over data in the table
Public classrangeFinderWithData
Version of rangeFinder that stores all values sent trough doubleEntries
Remarks

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
See Also

Reference

[!:DataTableExtensions]