livingsocial / abanalyzer

A/B test analysis library for Ruby - performs Chi-Square tests and G-tests on A/B results

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ABAnalyzer

ATTENTION: THIS REPO IS DEPRECATED. PLEASE USE github.com/bmuller/abanalyzer FOR THE ACTIVELY MAINTAINED VERSION

ABAnalyzer is a Ruby library that will perform testing to determine if there is a statistical difference in categorical data (typically called an A/B Test). By default, it uses a G-Test for independence, but a Chi-Square test for independence can also be used

About

A/B test analysis library for Ruby - performs Chi-Square tests and G-tests on A/B results

License:GNU General Public License v3.0


Languages

Language:Ruby 100.0%