lib/vanity/experiment/ab_test.rb in vanity-1.8.3.beta2 vs lib/vanity/experiment/ab_test.rb in vanity-1.8.3

- old
+ new

@@ -83,10 +83,10 @@ def alternative(value) alternatives.find { |alt| alt.value == value } end # What method to use for calculating score. Default is :ab_test, but can - # also be set to :bandit_score to calculate probability of each + # also be set to :bayes_bandit_score to calculate probability of each # alternative being the best. # # @example Define A/B test which uses bayes_bandit_score in reporting # ab_test "noodle_test" do # alternatives "spaghetti", "linguine"