I want to make a few modules that each do a specific type of statistical detection of outliers in a data set. They may or may not use PDL.
Similar to what you see here: http://www.itl.nist.gov/div898/handbook/eda/section3/eda35h.htm The modules will use these methods - Grubbs Test - Generalized Extreme Studentized Deviate (ESD) Test - Tietjen-Moore Test I'm thinking good names would be: - Math::Stats::Outlier::GrubbsTest - Math::Stats::Outlier::ESDTest - Math::Stats::Outlier::TietjenMooreTest Any suggestions? Thanks, Adam