Skip to content

Commit e0fc3e0

Browse files
committed
Fix question on histograms for estimating confidence intervals
1 parent 7662f9e commit e0fc3e0

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

05-null-hypothesis-testing/questions/6-bootstrap-dist-confidence-intervals.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,21 @@
3939
"type": "multiple_choice",
4040
"answers": [
4141
{
42-
"answer": "True",
43-
"correct": false,
44-
"feedback": "Incorrect. Always report the measured p-value along with the conclusion. It is not sufficient to just report p > 0.05 because the specific p value gives additional insight into the results of the statistical test."
42+
"answer": "Non-cumulative, non-normalized",
43+
"correct": false
44+
},
45+
{
46+
"answer": "Cumulative, non-normalized",
47+
"correct": false
4548
},
4649
{
47-
"answer": "False",
50+
"answer": "Non-cumulative, normalized",
51+
"correct": false
52+
},
53+
{
54+
"answer": "Cumulative, normalized",
4855
"correct": true,
49-
"feedback": "Correct. Always report the measured p-value along with the conclusion. It is not sufficient to just report p > 0.05 because the specific p value gives additional insight into the results of the statistical test."
56+
"feedback": "Correct. Normalizing makes determining proportions much easier. Using cumulative histograms makes it much easier to see the proportion of observations that are in each tail."
5057
}
5158
]
5259
},

0 commit comments

Comments
 (0)