Fedora Packages

perl-Statistics-Basic

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] );

Releases Overview

Release Stable Testing
Fedora Rawhide 1.6611-28.fc40 -
Fedora 40 1.6611-28.fc40 -
Fedora 39 1.6611-26.fc39 -
Fedora 38 1.6611-25.fc38 -
EPEL 8 1.6611-16.el8 -
EPEL 7 1.6611-3.el7 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at perl-Statistics-Basic dash maintainers at fedoraproject dot org.



Sources on Pagure