/abanalyzer

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

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

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