< Home - < Back

perl-Statistics-Basic


Information about the package, perl-Statistics-Basic, which is shipped with common Linux distributions. The perl-Statistics-Basic package is designed for, A collection of very basic statistics modules.


Package Name:

perl-Statistics-Basic

Summary:

A collection of very basic statistics modules

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

Architecture:

noarch

Version:

1.6611

Release:

3.el6

Size:

77 k

Repository:

epel

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for perl-Statistics-Basic


Control the perl-Statistics-Basic package with the following handy commands outlined below.


Command

Description of Command

yum install perl-Statistics-Basic

This command will install perl-Statistics-Basic on the server.

yum remove perl-Statistics-Basic

This command will un-install perl-Statistics-Basic on the server. When you run this command, you will be asked if you are sure that you want to remove perl-Statistics-Basic, so you have to manually confirm that you want to do this.

yum -y remove perl-Statistics-Basic

This command will un-install perl-Statistics-Basic on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Statistics-Basic when using the -y flag.

yum update perl-Statistics-Basic

This command will update perl-Statistics-Basic to the latest version. When you run this command, you will be asked if you are sure that you want to remove perl-Statistics-Basic, so you have to manually confirm that you want to do this.

yum -y update perl-Statistics-Basic

This command will update perl-Statistics-Basic to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Statistics-Basic when using the -y flag.

yum info perl-Statistics-Basic

This command will show you core information about the perl-Statistics-Basic package.

yum deplist perl-Statistics-Basic

This command will show you the dependencies for perl-Statistics-Basic. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update perl-Statistics-Basic

This command will check if there is an update waiting on perl-Statistics-Basic. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.