Skip to content

added median and code reworks

Compare
Choose a tag to compare
@forReason forReason released this 10 May 08:43
· 62 commits to master since this release

this release includes:

Median

  • fixed list
  • procedual value addition
  • rolling time window.

Moving average

  • results are more precise and respect timings in the substeps
  • removed the "staircases"

General

  • Improved code documentation
  • Renamed classes to better reflect .Net standard variable names
  • Added decimal classes
  • Added Generic classes (> .Net 7 only)