How to Write Null and Alternative Hypotheses
How to Write Null and Alternative Hypotheses
How to Write Null and Alternative Hypotheses
Since both correlation and t-test are about relationships between X and Y, what is the difference between them and when do you use t-test (or correlation)? This tutorial aims to answer these two questions. The following figure presents the difference between t-test and correlation. In particular, t-test deals with situations where X is a binary … Read more
This tutorial explains the difference between scatter plots and line charts in data visualization. I will use actual data and Python code to illustrate the nuanced difference between them. Data is pulled from Github. It includes keywords of Peloton and Covid as the search queries in Google Trends from early 2020 to early 2022. For … Read more
The current article focuses on the connections and differences between data analysis, data analytics, and data science. It covers the differences in the requirement of programming language, level of statistical knowledge, and involvement in computer science.
Introduction Since we have covered the theoretical basics of t-test (see the tutorial here), it would be interesting to showcase how we can use t-test for a real-world application. In particular, we are going to use Financial well-being survey data to show how we can use independent t-test via Python. In particular, we could test how gender … Read more