Skip to content

Commit 5b1d011

Browse files
Update README.md
Minor changes.
1 parent 98986e6 commit 5b1d011

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Welcome to Basemath, an open-source implementation of the statistical test beari
44
AB experiments.
55

66
Basemath employs a one-sided testing approach, where the null hypothesis posits that the treatment performs either
7-
equally or worse than the control concerning the target metric. The test has a predetermined maximum runtime determined
7+
equally or worse than the control concerning the target metric. The test has a predetermined maximum sample size determined
88
by the input parameters. Additionally, it ensures that both type I and type II errors remain below specified error
99
thresholds, denoted as α and β, respectively. Basemath assesses the experiment in batches and terminates prematurely
10-
if it can reject the null hypothesis. The β-spending function employed is is O’Brien-Fleming-like.
10+
if it can not reject the null hypothesis. The β-spending function employed is O’Brien-Fleming-like.
1111
Given that the majority of experiments yield either flat or negative results, stopping early in this scenario saves more
1212
running time compared to stopping in the less common case of a significant uplift.
1313

@@ -61,6 +61,7 @@ bm_test.evaluate_experiment(
6161
customer_delta_since_yesterday,
6262
previous_visitor_number,
6363
visitors_since_yesterday
64+
)
6465
```
6566

6667
The parameters for this method are:

0 commit comments

Comments
 (0)