A collection of very basic statistics modules
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] );
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.6611-31.fc42 | - |
Fedora 42 | 1.6611-31.fc42 | - |
Fedora 41 | 1.6611-29.fc41 | - |
Fedora 40 | 1.6611-28.fc40 | - |
Fedora EPEL 8 | 1.6611-16.el8 | - |
You can contact the maintainers of this package via email at
perl-Statistics-Basic dash maintainers at fedoraproject dot org
.