[Bug 672246] New: Review Request: perl-Statistics-Basic - A collection of very basic statistics modules

bugzilla at redhat.com bugzilla at redhat.com
Mon Jan 24 15:16:30 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: perl-Statistics-Basic - A collection of very basic statistics modules

https://bugzilla.redhat.com/show_bug.cgi?id=672246

           Summary: Review Request: perl-Statistics-Basic - A collection
                    of very basic statistics modules
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: ppisar at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora


Spec URL:
http://ppisar.fedorapeople.org/perl-Statistics-Basic/perl-Statistics-Basic.spec
SRPM URL:
http://ppisar.fedorapeople.org/perl-Statistics-Basic/perl-Statistics-Basic-1.6602-1.fc14.src.rpm
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] );

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list