bayesAB
bayesAB copied to clipboard
🐢 bayesAB: Fast Bayesian Methods for A/B Testing
Hi! Since a lot of AB tests involve more than 2 groups, have you thought about adding support for more 2 groups? Or do you advise using the current structure...
Next release I want to have both the current setup (input A_data, B_data directly) and summarized data (A_sum, A_length, B_sum, B_length). This should not complicate the architecture if done correctly.
```lua local rand_num = math.random(10); local function color_name_gen() if rand_num
I didn't even remember I had pacman installed on my system and I just though this was a really weird feature of freshfetch but for some reason whenever I ran...
instead of eopkg you have opkg and it doesn't "count" the packages except the flatpak + snaps , i change the opkg to eopkg in my dl files and worked...
Why Lua?
Why is lua necessary? Isn't it possible to not use Lua?