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
> 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
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
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