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
* @param durationDays Estimated number of days needed to reach the sample sizes required for detecting the configured effect. This value is based on historical traffic.
11
-
* @param controlSampleSize Number of tracked searches needed to be able to detect the configured effect for the control variant.
12
-
* @param experimentSampleSize Number of tracked searches needed to be able to detect the configured effect for the experiment variant.
11
+
* @param sampleSizes 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
12
*/
14
13
@Serializable
15
14
publicdata classEstimateABTestResponse(
16
15
17
16
/** Estimated number of days needed to reach the sample sizes required for detecting the configured effect. This value is based on historical traffic. */
/** 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. */
0 commit comments