Bayesian duration calculator for Statistical Significance allows you to determine number of visitors you need in a Bayesian A/B Test for conversion goal and revenue.
This repository provides a javascript implementation of the calculator we use in VWO app for duration estimation.
Refer tests/testConversion.js
and tests/testRevenue.js
to understand usage of Duration Calculator.
- Node
6.10.0
onwards
Refer Mathematical explaination of Bayesian duration calculator
// for duration estimation in conversion goal
node tests/testConversion.js
// for duration estimation in revenue goal
node tests/testRevenue.js
Refer CHANGELOG.md
Please go through our contributing guidelines
Copyright 2021 Wingify Software Pvt. Ltd.