NAME

Statistics::Robust::Density - Robust Probability Density Estimators

SYNOPSIS

my @x = (1,4,5,3,7,2,4);

my($pts,$akerd) = akerd(\@x);

FUNCTIONS

rdplot

my($pts,$rdplot) = rdplot(\@x);

Return the expected frequency curve for the data in \@x.

akerd

my($pts,$akerd) = akerd(\@x);

Return the adaptive kernel density estimate for the data in \@x.

AUTHOR

Walter Szeliga <walter@geology.cwu.edu>