Skip to content

Releases: jweslley/stats-tools

stats-tools-0.0.1

30 Jan 21:21
Compare
Choose a tag to compare

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