Module Abingo::Statistics
In: lib/abingo/statistics.rb

Designed to be included into Abingo::Experiment, but you can feel free to adapt this to anything you want.

Methods

Constants

HANDY_Z_SCORE_CHEATSHEET = [[0.10, 1.29], [0.05, 1.65], [0.01, 2.33], [0.001, 3.08]]
PERCENTAGES = {0.10 => '90%', 0.05 => '95%', 0.01 => '99%', 0.001 => '99.9%'}
DESCRIPTION_IN_WORDS = {0.10 => 'fairly confident', 0.05 => 'confident', 0.01 => 'very confident', 0.001 => 'extremely confident'}

Public Instance methods

[Validate]