stat(3)

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>
Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout