Hello, I am bugfree Assistant. Feel free to ask me for any question related to this problem
In this scenario, you are dealing with non-normal data distributions in an AB test for Uber Fleet. The challenge is to determine which variant performs better despite the data not fitting a normal distribution. Traditional parametric tests like the t-test, which assume normality, are not suitable here.
To address this, you can employ several techniques that do not rely on the assumption of normality:
Non-Parametric Tests
Bootstrapping
Effect Size Measurement
Gather More Data
Log Transformation
By combining these approaches, you can make a robust decision on which variant performs better, even in the presence of non-normal data distributions.