better / convoys

Implementation of statistical models to analyze time lagged conversions
https://better.engineering/convoys/
MIT License
254 stars 42 forks source link

add cdf_posteriori to return M, MCMC samples #123

Closed mbratten closed 4 years ago

mbratten commented 4 years ago

Added cdf_posteriori function so that the M cdf trace is available in full rather then only as its mean, and high and low CI estimates.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.02%) to 97.625% when pulling 995a6e49c0209fac9419ce2b7262d25e8cf4c82f on mbratten:trace into 2a3d43a0d1170ad7559b82c66494a45bd6d8ff72 on better:master.

stphnma commented 4 years ago

this is pretty cool! definitely useful to get the full posterior samples

erikbern commented 4 years ago

Nice!