Closed abrunner94 closed 2 years ago
Hey, thank you, I am happy you like the package! Probability estimation does not rely on any explicit sample size parameter and this package is mainly about test evaluation. However, the result probabilities are affected by provided data (and its sizes). So if your data is just a few observation long, then the uncertainty will be reflected in the output probabilities. There are more methods to determine minimum sample size so you will have to do some research and pick one that fits your case. :)
BTW I know that many people do not calculate minimum sample size (when using Bayesian AB testing), and use custom stopping rules based on probabilities or expected loss values.
Thanks! I'll check out this approach for calculating loss
Looks like a good example. 👍 I plan to add expected loss to this package too (when I am bored a bit more in my free time).
First, this package is great! I wanted to know if the probability estimates rely on a minimum sample size or how one might go about determining minimum sample size for a Binary test, for example.