Skip to content

stats-tools-0.0.1

Latest
Compare
Choose a tag to compare
@jweslley jweslley released this 30 Jan 21:21
· 1 commit to master since this release

A set of command-line statistics tools.

Utilities

  • min - Calculate the minimum of a number sequence
  • max - Calculate the maximum of a number sequence
  • mean - Calculate the mean of a number sequence
  • std - Calculate the standard deviation of a number sequence
  • var - Calculate the variance of a number sequence
  • sum - Calculate the sum of a number sequence
  • stats - Output a summary table including mean, median, mininum, maximum, standard deviation, variance and number count of a number sequence