English     Español
[Main Index] : Programming : Languages : Perl : CPAN Modules : Data Type Utilities : Math
 Math::Stat CPAN (Perl) Module 

Search

 

Documents

Math::Stat - Perform Sample Statistics on Arrays (Displayed)

Math::Stat - Perform Sample Statistics on Arrays



NAME

Math::Stat - Perform Sample Statistics on Arrays


SYNOPSYS

use Math::Stat;

my $stat = Math::Stat->new(\@data, { Autoclean => 1 });

$stat->median(); # returns median of data points in data

$stat->average();

$stat->stddev();

$stat->skewness();

$stat->kurtosis();

$stat->moment($N);


AUTHOR

George Schlossnagle <george@omniti.com>

Information

This site is currently in testing, it is not yet operating using the full database. Until it is officially launched you may wish to visit Help-Site Computer Manuals. After launch, this site (HelpSpy) will replace Help-Site. Information about the spider which is currently trawling the Internet looking for links to add to this directory can be found here.
   

©Copyright Nicholas Reynolds 2004