An open API service indexing awesome lists of open source software.

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.

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