better / convoys

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

fix regression confidence interval, clean up confidence interval api #8

Closed erikbern closed 6 years ago

erikbern commented 6 years ago

it was kind of poor for various reasons

  1. was using the nonstandard 5-95% rather than 2.5-97.5%
  2. confidence_interval is really long, let's just do ci instead
  3. the confidence intervals for the regression model was wrong, i was confusing variance with standard deviation
coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.8%) to 68.798% when pulling b40c25e8f5ecd43f49c61640ec0c26fb50464015 on confidence-intervals into 896b02c14968e5ec4cc46be533492a24ddfc41f6 on master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.8%) to 68.798% when pulling b40c25e8f5ecd43f49c61640ec0c26fb50464015 on confidence-intervals into 896b02c14968e5ec4cc46be533492a24ddfc41f6 on master.