An open API service indexing awesome lists of open source software.

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

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`.