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: packages/client-abtesting/model/estimateABTestResponse.ts
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,7 @@ export type EstimateABTestResponse = {
7
7
durationDays?: number;
8
8
9
9
/**
10
-
* Number of tracked searches needed to be able to detect the configured effect for the control variant.
10
+
* 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.
11
11
*/
12
-
controlSampleSize?: number;
13
-
14
-
/**
15
-
* Number of tracked searches needed to be able to detect the configured effect for the experiment variant.
0 commit comments