You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 05-null-hypothesis-testing/questions/6-bootstrap-dist-confidence-intervals.json
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -39,14 +39,21 @@
39
39
"type": "multiple_choice",
40
40
"answers": [
41
41
{
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
45
48
},
46
49
{
47
-
"answer": "False",
50
+
"answer": "Non-cumulative, normalized",
51
+
"correct": false
52
+
},
53
+
{
54
+
"answer": "Cumulative, normalized",
48
55
"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."
0 commit comments