Skip to content

Commit d86c933

Browse files
committed
correct typos
1 parent 48b5b45 commit d86c933

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

  • 06_StatisticalInference/homework

06_StatisticalInference/homework/hw4.Rmd

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Creating Data Products
4141
Load the data set `mtcars` in the `datasets` R package. You want
4242
to test whether the MPG is $\mu_0$ or smaller using a one sided
4343
5% level test. ($H_0 : \mu = \mu_0$ versus $H_a : \mu < \mu_0$).
44-
Using that data set and a T test:
44+
Using that data set and a Z test:
4545

4646
1. what is the smallest value of $\mu_0$ that you would reject for (to two decimal places)?
4747

@@ -168,12 +168,12 @@ setting.
168168
--- &multitext
169169

170170
Suppose that in an AB test, one advertising scheme led to an average of 10 purchases per day for a sample of 100 days, while the other led to 11 purchaces per day, also for a sample of 100 days.
171-
Assuming a common standard deviation of 4 purchaces per day.
171+
Assuming a common standard deviation of 4 purchases per day.
172172
Assuming that the groups are independent and that they days are iid, perform a Z test of
173173
equivalence.
174174

175175
1. What is the P-value reported to 3 digits expressed as a proportion?
176-
2. Do you reject the test? (O for no 1 for yes).
176+
2. Do you reject the test? (0 for no 1 for yes).
177177

178178
*** .hint
179179
The standard error is
@@ -298,8 +298,7 @@ innocent. Relate this property back to hypothesis tests.
298298
--- &multitext
299299
Consider the `mtcars` data set.
300300

301-
1. Give the p-value for a t-test for assuming
302-
constant variance comparing MPG for 6 and 8 cylinder cars as a proportion to 3 decimal places.
301+
1. Give the p-value for a t-test comparing MPG for 6 and 8 cylinder cars assuming equal variance, as a proportion to 3 decimal places.
303302
2. Give the associated P-value for a z test.
304303
3. Give the common standard deviation estimate for MPG across cylinders to 3 decimal places.
305304
4. Would the t test reject at the two sided 0.05 level (0 for no 1 for yes)?

0 commit comments

Comments
 (0)