Now We Can Answer
This chapter will help us to answer the question 'Can we believe that the variant of the site will help us to increase in clicks?'
So, we have studied how do 2 groups' distributions look like:
- Their plots don't look similar;
- Their confidence intervals don' cover each other a lot.
Earlier, we decided that we were going to use t-criterion criterion to cope with our problem. It is our last check to prove whether there is a NON-RANDOM difference between groups.
To perform the
t-test
usescipy.stats.ttest_ind(control_group_data, test_group_data)
.
Swipe to start coding
- Perform the
t-test
.
Lösung
Danke für Ihr Feedback!
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Zusammenfassen Sie dieses Kapitel
Code in file erklären
Erklären, warum file die Aufgabe nicht löst
Awesome!
Completion rate improved to 4.55
Now We Can Answer
Swipe um das Menü anzuzeigen
This chapter will help us to answer the question 'Can we believe that the variant of the site will help us to increase in clicks?'
So, we have studied how do 2 groups' distributions look like:
- Their plots don't look similar;
- Their confidence intervals don' cover each other a lot.
Earlier, we decided that we were going to use t-criterion criterion to cope with our problem. It is our last check to prove whether there is a NON-RANDOM difference between groups.
To perform the
t-test
usescipy.stats.ttest_ind(control_group_data, test_group_data)
.
Swipe to start coding
- Perform the
t-test
.
Lösung
Danke für Ihr Feedback!
Awesome!
Completion rate improved to 4.55single