Search
Documents
Math::Stat - Perform Sample Statistics on Arrays (Displayed)
|
Math::Stat - Perform Sample Statistics on Arrays
Math::Stat - Perform Sample Statistics on Arrays
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);
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. |
|