pointOfive / STA130_F23

Python/JupyterHub implementation of this UofT classic
10 stars 14 forks source link

Homework and Tutorial 4 #22

Closed lucieyang1 closed 11 months ago

lucieyang1 commented 12 months ago

~I'm still working on the tutorial, but the homework is done.~

For the tutorial, I'm not too sure what material to cover. Last year's tutorial seems to be mostly focused on the distinctions with hypothesis testing and type I/II errors, but Week 4 will now come before those concepts are covered. I was thinking of using some of the examples from last year's lectures on how well samples approximate populations and getting tighter confidence intervals. Some guidance here would be appreciated!

Edit: I uploaded a draft of the tutorial, but I have around 20-30 minutes I'd like to fill with some practice or discussion. I'm not sure what to cover here.

pointOfive commented 11 months ago

My initial reactions to your helpful comments above

HW

I currently agree that "old 15-20" should likely be canibalized into the tutorial.

pointOfive commented 11 months ago

Tut

lucieyang1 commented 11 months ago

I uploaded my edits to HW4. I haven't yet made the changes to the student-facing file, but will do so once the tester changes are finalized.

For Q15, I currently have it asking about constructing an 80% confidence interval, but I was thinking of changing it to refer to the 95% confidence interval since that was what was calculated earlier in Q10, although I don't think it's that important. It seems like the original sample is actually pretty representative of the population, and that both the 80% and 95% confidence intervals from the original sample do capture the true population median.

lucieyang1 commented 11 months ago

I uploaded my edits to the tutorial now. I moved around the order a bit and now the content should take around 80 minutes, leaving 20 minutes for working on the tutorial assignment.

For one of the code demos, I put the import statements and made a helper function on a slide to be skipped so that the relevant code and plot on the next slide can fit, however, I'm not sure if it will still run when presenting the slides? Or if there's any better way to do this.

pointOfive commented 11 months ago

HW tester

Can you see if you can get a student facing version of this file working?

lucieyang1 commented 11 months ago
pointOfive commented 11 months ago

Great catches -- wonderful care and attention to detail -- really good awareness.