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

my @x = (1,4,5,3,7,2,4); my($pts,$akerd) = akerd(\@x);

my($pts,$rdplot) = rdplot(\@x); Return the expected frequency curve for the data in \@x.
my($pts,$akerd) = akerd(\@x); Return the adaptive kernel density estimate for the data in \@x.

Walter Szeliga <walter@geology.cwu.edu>