10 Introduction to Inferential Statistics Flashcards
What is the main focus of the chapter?
The chapter focuses on data analysis, specifically t-tests, chi-square, correlations, and simple linear regression analyses
Includes hands-on practice to reinforce understanding.
What are the three main types of t-tests?
- Independent t-test
- Dependent t-test
- One-sample t-test
What does an independent t-test compare?
Two groups that are independent of each other
Samples include different people or observations.
What is a dependent t-test?
A t-test that compares two groups that are inherently related
Example: collecting data from the same group at two different times.
What does a one-sample t-test compare?
One group against a single value
Example: comparing class test scores against the mean of all test scores.
What does a t-test generate that is used to determine statistical significance?
A t-score
Typically, the p-value is provided as a result by analytics tools.
What are the key assumptions for an independent t-test?
- Independence
- Normality
- Homogeneity of variance
- n ≥ 30
- The independent variable is categorical
- The dependent variable is numerical
What is the assumption of normality in a t-test?
The data is normally distributed.
What does homogeneity of variance mean in the context of a t-test?
The variance of both groups is approximately the same.
What is the significance of having at least 30 observations in each sample for a t-test?
It generally leads to better results.
What is the independent variable in a t-test?
The variable that is controlled or changed, separating the two groups.
What is the dependent variable in a t-test?
A numerical variable being compared between the two groups.
What is a chi-square goodness of fit test used for?
To compare a sample to a population to see if the sample is a good representation.
What does a chi-square test for independence compare?
Two categorical variables to see whether there is a relationship between them.
What is the null hypothesis in a chi-square test for independence?
There is no relation between the two variables.
What are the assumptions for a chi-square test for independence?
- Both variables are categorical
- Independence of observations
What is a contingency table?
A frequency table that looks at more than one variable.
What programming environment is used for running the t-test in this chapter?
Jupyter Notebooks
What Python library is commonly used for statistical tests like t-tests?
SciPy
Fill in the blank: A t-test compares two groups that contain _______.
[quantitative data]
True or False: You need to perform a t-test for the exam.
False
You need to know the definition and application of a t-test.
What is the purpose of running a t-test on Yorkshire Terriers and Singapura weights?
To determine if there is a significant difference in weight between the two breeds.
What does the p-value indicate in a t-test result?
The statistical significance of the results.
What is the mean weight of Singapura cats according to the example?
6.1 lb