0
0
Data Analysis Pythondata~5 mins

P-values and significance in Data Analysis Python - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a p-value in hypothesis testing?
A p-value is the probability of getting results at least as extreme as the observed results, assuming the null hypothesis is true.
Click to reveal answer
beginner
What does it mean if a p-value is less than 0.05?
It means the results are statistically significant, so we reject the null hypothesis at the 5% significance level.
Click to reveal answer
intermediate
Why do we set a significance level (alpha) before testing?
We set alpha to decide the threshold for rejecting the null hypothesis, controlling the chance of a false positive (Type I error).
Click to reveal answer
beginner
What is the null hypothesis?
The null hypothesis is a statement that there is no effect or no difference, and it is what we test against in statistical tests.
Click to reveal answer
intermediate
Can a p-value tell us the size or importance of an effect?
No, a p-value only tells us about statistical significance, not the size or practical importance of the effect.
Click to reveal answer
What does a p-value measure?
AThe probability that the alternative hypothesis is true
BThe probability that the null hypothesis is true
CThe size of the effect in the data
DThe probability of observing the data if the null hypothesis is true
If the p-value is 0.03 and alpha is 0.05, what should you do?
AReject the null hypothesis
BIncrease the sample size
CFail to reject the null hypothesis
DAccept the null hypothesis
What is the common significance level used in many tests?
A0.05
B0.10
C0.5
D0.01
Which error means rejecting a true null hypothesis?
AType II error
BType I error
CSampling error
DMeasurement error
Does a small p-value prove the alternative hypothesis is true?
AYes, it proves it
BYes, with 100% certainty
CNo, it only suggests evidence against the null
DNo, it proves the null hypothesis
Explain what a p-value is and how it is used to decide significance in hypothesis testing.
Think about the chance of seeing your data if nothing is happening.
You got /4 concepts.
    Describe the difference between statistical significance and practical importance.
    A result can be statistically significant but not useful in real life.
    You got /4 concepts.