1 parent 1d9f5f8 commit c790cb7Copy full SHA for c790cb7
1 file changed
README.md
@@ -163,12 +163,15 @@ CUPED removes variance explained by a pre-experiment covariate from the outcome
163
abforge/
164
├── abforge/
165
│ ├── __init__.py
166
-│ ├── power.py # Sample size and power calculations
167
-│ ├── stats.py # Hypothesis tests
168
-│ ├── sequential.py # Sequential testing and alpha spending
169
-│ ├── cuped.py # CUPED variance reduction
170
-│ └── viz.py # Plotly visualizations
+│ ├── power.py
+│ ├── stats.py
+│ ├── sequential.py
+│ ├── cuped.py
+│ └── viz.py
171
├── notebooks/
172
│ └── ecommerce_ab_analysis.ipynb
173
+├── tests/
174
+│ └── test_basic.py
175
+├── pyproject.toml
176
└── requirements.txt
177
```
0 commit comments