| Name: | perl-Statistics-Basic |
|---|---|
| Version: | 1.6611 |
| Release: | 3.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 144713 |
| License: | LGPLv2+ |
| RPM: | perl-Statistics-Basic-1.6611-3.el7.noarch.rpm |
| Source RPM: | perl-Statistics-Basic-1.6611-3.el7.src.rpm |
| Build Date: | Fri Nov 03 2017 |
| Build Host: | x86-ol7-builder-02.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/Statistics-Basic/ |
| Summary: | A collection of very basic statistics modules |
| Description: | use Statistics::Basic qw(:all); my $median = median( 1,2,3 ); my $mean = mean( [1,2,3]); # array refs are ok too my $variance = variance( 1,2,3 ); my $stddev = stddev( 1,2,3 ); my $correlation = correlation( [1 .. 3], [1 .. 3] ); |