NAME

Statistics::Lmoments

SYNOPSIS

use Statistics::Lmoments qw(:all);

my @x = (..data here..);

# data needs to be sorted from smallest to largest @x = sort {$a<=>$b} @x;

# calculate the "unbiased" first 5 L-moments $xmom = sam('lmu',\@x, 5); mtest(@{$xmom}); }

foreach (@distributions) { next if /^KAP/; my $para = pel($_,$xmom); # @{$para} is the estimated parameter vector for the specified distribution mtest($_); mtest(@{$para}); my $x = 100; my $F = cdf($_,$x,$para); # $F is the value of the cdf at 100 for this distribution }

DESCRIPTION

For more information please see lmoments.ps in this distribution.

METHODS

BUGS

AUTHOR

Ari Jolma, ari.jolma@hut.fi

SEE ALSO

perl(1).