Matt52 / bayesian-testing

Bayesian A/B testing
MIT License
72 stars 9 forks source link

DeltaNormalDataTest Pull Request #25

Closed yaseminsavas closed 1 year ago

yaseminsavas commented 1 year ago

Hi,

It's a great library that I have been using.

When I wanted to test net profit (with possible non-positive values), however, the DeltaLogNormalDataTest was not enough, so I added the DeltaNormalDataTest for this type of data. Most of the changes I have done is just simple renaming and input changes, the new class is highly similar to the DeltaLogNormalDataTest.

FYI :)

Matt52 commented 1 year ago

Hey, sorry for late reply. I will have a look in following days. And thanks for sending PR! :)

yaseminsavas commented 1 year ago

I guess the code is ok now!