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-21.fc35 -
Fedora 35 1.6611-21.fc35 -
Fedora 34 1.6611-19.fc34 -
EPEL 8 1.6611-16.el8 -
EPEL 7 1.6611-3.el7 -
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