You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/algolia/models/abtesting/estimate_ab_test_response.rb
+10-18Lines changed: 10 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,14 @@ class EstimateABTestResponse
9
9
# Estimated number of days needed to reach the sample sizes required for detecting the configured effect. This value is based on historical traffic.
10
10
attr_accessor:duration_days
11
11
12
-
# Number of tracked searches needed to be able to detect the configured effect for the control variant.
13
-
attr_accessor:control_sample_size
14
-
15
-
# Number of tracked searches needed to be able to detect the configured effect for the experiment variant.
16
-
attr_accessor:experiment_sample_size
12
+
# Sample size estimates for each variant. The first element is the control variant. Each element is the estimated number of searches required to achieve the desired statistical significance.
13
+
attr_accessor:sample_sizes
17
14
18
15
# Attribute mapping from ruby-style variable name to JSON key.
0 commit comments