NAME
summ - Print summary statistics of a series of numbers
VERSION
This document describes version 0.001 of summ (from Perl distribution App-summ), released on 2018-07-07.
SYNOPSIS
summ [OPTION]... [FILE]...
DESCRIPTION
EXIT CODES
0 on success.
255 on I/O error.
99 on command-line options error.
OPTIONS
--no-count
Do not calculate count.
--no-mode
Do not calculate mode.
--no-max
Do not calculate maximum.
--no-min
Do not calculate minimum.
--no-mean
Do not calculate mean.
--no-median
Do not calculate median.
--no-variance
Do not calculate variance.
--no-stddev
Do not calculate standard deviation.
--no-percentile, -P
Do not calculate any percentiles. The default is to calculate 25th and 75th percentiles.
--percentile=P, -p P
Add a percentile to calculate, for example:
-p 5 -p 95
to add calculating 5th and 95th percentiles. The default is to only calculate 25th and 75th percentiles.--covariance
Calculate covariance. This requires every line to contain two numbers intead of one.
--correlation
Calculate correlation. This requires every line to contain two numbers intead of one.
FAQ
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-summ.
SOURCE
Source repository is at https://github.com/perlancar/perl-App-summ.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-summ
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
SEE ALSO
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.