One more vote for something in the Statistics namespace.

We're using Statistics::TTest (https://metacpan.org/module/Statistics::TTest)
already for our A/B testing.

- Alex


On 29 September 2013 11:31, Adrian Howard <adri...@quietstars.com> wrote:

> Well done - this will likely mean I can bin my one in development ;-)
>
> Statistics::AB?
>
> Adrian
>
> On 29 September 2013 09:44, Ovid <publiustemp-moduleautho...@yahoo.com>
> wrote:
> > Hi all,
> >
> > I've written an A/B testing module for Perl, but I suspect the name
> Test::AB
> > will annoy people since people expect modules in the Test:: namespace to
> be
> > about traditional testing tools (exporting test functions or providing a
> > test framework in which said functions are used). This module simply
> allows
> > you specify the number of visitors and the number of *converted* visitors
> > per experiment and for each experiment, returns a z-score and percentage
> to
> > help you understand if you should reject the null hypothesis.
> > Needless to say, this doesn't fit into the Boolean "yes/no" proposition
> of
> > standard testing in Perl, so namespace suggestions are welcome.
> >
> > Cheers,
> > Ovid
> > --
> > IT consulting, training, international recruiting
> >        http://www.allaroundtheworld.fr/.
> > Buy my book! - http://bit.ly/beginning_perl
> > Live and work overseas - http://www.overseas-exile.com/
>

Reply via email to