I would suggest putting it under the Statistics::* namespace, as "Math" is
so broad.
You can see other examples here: https://metacpan.org/search?q=Statistics
Statistics::Grubbs seems like it would be enough, but I have no problems
with "GrubbsTest" instead.
Regards,
David
On Fri, Feb 6, 2015
Hi,
I'm creating a module to run the Gurbbs Test to identify outlier values in
a sample set of numbers using this forumula:
http://en.wikipedia.org/wiki/Grubbs%27_test_for_outliers
Would Math::GrubbsTest be a good module name?
Doing a CPAN search for Grubbs Test isn't showing any modules that