Closed storopoli closed 9 months ago
Instead of rounding .round() we are rounding up .ceil() for the sample size n calculation. Also, added more tests.
.round()
.ceil()
n
I also moved the ordering around to group related stuff and made it consistent across files and stuff.
Instead of rounding
.round()
we are rounding up.ceil()
for the sample sizen
calculation. Also, added more tests.I also moved the ordering around to group related stuff and made it consistent across files and stuff.