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