Skip to content

Freq and Stat classes

Compare
Choose a tag to compare
@roberto-butti roberto-butti released this 27 Jan 21:18
· 228 commits to main since this release
  • Create Freq class with static method for managing frequencies table
  • Create Stat class with static methods for basci statistic functions like: mean, mode, median, multimode...
  • Refactor Statistics class in order to use logic provided by Freq and Stat class
  • Create ArrUtil with some helpers/functions to manage arrays
  • Add CICD test for PHP 8.1