perl-Statistics-Basic - A collection of very basic statistics modules
Website: | http://search.cpan.org/dist/Statistics-Basic/ |
---|---|
License: | LGPLv2+ |
Vendor: | Alcance Libre, Inc. |
- 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] );
Packages
perl-Statistics-Basic-1.6611-9.fc14.al.src [36 KiB] |
Changelog
by Fedora Release Engineering (2018-02-09):
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |