A/B test is to be analyzed from the popular mobile puzzle game, Cookie Cats. The data is about A/B test with a mobile game, Cookie Cats. The data link is written here , please have a look.
The purpose of this repo is to show my understandings on A/B test. It is one practical experience for A/B Test.
In the dataset,
- two version/groups: gate_30 & gate_40,
- measureable result: retention_1, retention_7 & sum_gamerounds
-
Understand the Problem
- If mobile game shall adjust its version from gate_30 to gate_40 so that the game rounds could increase and 1-day retention and 7-day retention could decrease.
-
Hypothesis Testing
-
Set Up Hypothesis
- Null Hypothesis (H0): There is no statistical difference between gate_30 && gate_40
- Alternative Hypothesis (Ha) : There is statistical difference between two groups.
-
Analysis the result i) Because the data is given, choose the statistical method
- method 1:Mann Whitney U Test Result
- method 2: Bootstrapping multiple times and find difference two versions'median value. Generate the density plot to show
-
-
Interpret results If the result is lower than threshold (p-value), then H0 hypothesis will be rejected, in other word, there is a statistically signficiant difference between them. Else, there is no statistical difference between them.
Becuase there is no significant difference, thus, there is no need to move from gate_30 to gate_40 by AB Test.