Edinburgh-Chemistry-Teaching / Data-driven-chemistry

Creative Commons Attribution 4.0 International
22 stars 2 forks source link

Discussing Bootstrapping / error in the Median, skew #50

Closed ghutchis closed 1 year ago

ghutchis commented 1 year ago

I'm not sure whether this is better suited for unit 5 or 6. Since non-Gaussian distributions come up fairly commonly in chemistry (e.g., Boltzmann) I think it's important to emphasize:

https://carpentries-incubator.github.io/machine-learning-novice-python/07-bootstrapping/index.html https://github.com/ghutchis/chem1000/blob/main/lectures/09b-prob-stats.ipynb

ppxasjsm commented 1 year ago

I ended up putting it into Unit_07. I remember that when teaching 6 I just had enough material without overrunning, but unit 7 had a bit more breathing time. It fits well well after the plotting distributions recap as well. Commit 4f8bad5 implements our proposed final version for this. I have not included boostrapping as this is something that is taught in a different course in a later year. The general idea is to avoid teaching concepts in chemistry and programming and tend to rely on the students' knowledge of stats, etc., taught in their first year in a maths course.