https://github.com/alex1990/numstat
Output the measures of a list of numbers, such as sum, minimum, maximum and so on.
https://github.com/alex1990/numstat
statistics
Last synced: about 1 year ago
JSON representation
Output the measures of a list of numbers, such as sum, minimum, maximum and so on.
- Host: GitHub
- URL: https://github.com/alex1990/numstat
- Owner: Alex1990
- License: mit
- Created: 2017-01-25T15:37:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T07:55:26.000Z (over 9 years ago)
- Last Synced: 2025-05-09T08:58:33.185Z (about 1 year ago)
- Topics: statistics
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# numstat
Output the measures of a list of numbers, such as sum, minimum, maximum and so on.
## Usage
```txt
$ numstat --help
Usage: numstat [option]...
Output the measures of an list of numbers, such as sum, avg,
minimum, maximum and so on.
-m, --measure=[type] Specify the measure, the valid measure
can be sum, min, max, avg, median,
avg, var, sd. The var is variance. The
sd is standard derivation. The default
measure type is sum
-h, --help Print the help
-v, --version Print the version
The is a list of numbers separated by commons.
```
## LICENSE
MIT