Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maciejkula/bayesiantestjs
Rudimentary Bayesian Beta-Bernoulli A/B testing inference and visualization code.
https://github.com/maciejkula/bayesiantestjs
Last synced: about 1 month ago
JSON representation
Rudimentary Bayesian Beta-Bernoulli A/B testing inference and visualization code.
- Host: GitHub
- URL: https://github.com/maciejkula/bayesiantestjs
- Owner: maciejkula
- Created: 2014-04-30T18:12:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-28T12:56:26.000Z (over 10 years ago)
- Last Synced: 2023-08-30T08:46:16.275Z (about 1 year ago)
- Language: JavaScript
- Size: 637 KB
- Stars: 6
- Watchers: 5
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# BayesianTestJS
Rudimentary plotting of prior and posterior distributions of a Beta-Bernoulli model, to aid inference in binary A/B tests.Made at [Lyst](http://www.lyst.com) and available [here](http://developers.lyst.com/bayesian-calculator/).
# Usage
Clone the repo and open `build/index.html`.If you make changes, use `grunt build` to build. You will need grunt.