Matt52 / bayesian-testing

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

'Totals' meaning in DeltaNormalDataTest #30

Closed dailydreamer0 closed 11 months ago

dailydreamer0 commented 1 year ago

Test example: there 3 users, only one user purchased something (twice). Nobody else purchased anything.

What should be the value of 'totals'?

Matt52 commented 1 year ago

Totals is for total number of experiment observations (e.g. number of user sessions). I am not sure how do you define 1 observation in your example. Is it 1 visit of a user? In such a case, you would have 3 visits. But this depends on how you want to define your experiment.