https://github.com/kamicollo/zero-inflated-ab-testing
Code for the blog post on zero-inflated (truncated) models and AB testing
https://github.com/kamicollo/zero-inflated-ab-testing
Last synced: 10 months ago
JSON representation
Code for the blog post on zero-inflated (truncated) models and AB testing
- Host: GitHub
- URL: https://github.com/kamicollo/zero-inflated-ab-testing
- Owner: kamicollo
- Archived: true
- Created: 2022-11-10T00:36:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T00:29:51.000Z (over 3 years ago)
- Last Synced: 2025-03-26T10:12:55.534Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 1.52 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains code used in blog post about [A/B testing with zero inflated (truncated) Poisson random variables](a-b-testing-zero-inflated-truncated-distributions-and-power). Most of the code is in `zero-inflated-truncated-models.Rmd` with exception of the Bayesian model example which was done in pymc and is in `pymc.ipynb`.