Re: Statistical Outiler Detection Modules - Naming Suggestions

2015-02-09 Thread Reini Urban
Am 08.02.2015 20:24 schrieb "Neil Bowers" : > 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. > > [….] > > I'm thinking good names would be: > - Math::Stats::Outlier::GrubbsTest > - Math::Stats::Outli

Re: Statistical Outiler Detection Modules - Naming Suggestions

2015-02-08 Thread Neil Bowers
> 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. > > [….] > > I'm thinking good names would be: > - Math::Stats::Outlier::GrubbsTest > - Math::Stats::Outlier::ESDTest > - Math::Stats::Outlier::Ti

Re: Statistical Outiler Detection Modules - Naming Suggestions

2015-02-06 Thread David Cantrell
On 06/02/2015 21:50, Adam X wrote: I'm thinking good names would be: - Math::Stats::Outlier::GrubbsTest - Math::Stats::Outlier::ESDTest - Math::Stats::Outlier::TietjenMooreTest Any suggestions? There are already numerous Statistics::* modules, so I suggest putting them in there i

Statistical Outiler Detection Modules - Naming Suggestions

2015-02-06 Thread Adam X
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 - Generali