🗒️ Ben's Notes

Data 102: Inference

Data102 Notes #

Here are my notes for the Fall 2022 offering of Data 102, Berkeley’s Inference for Data Science course.

Data 102 explores two major concepts: making decisions under uncertainty and modeling the real world. This is all about making assumptions– here are some definitions:

  • Frequentist: yy (data) is random, θ\theta (parameter) is fixed
  • Bayesian: yy is random, θ\theta is random
  • Parametric: Make assumptions about the relationship between θ\theta and yy, then use these assumptions to find the best value of θ\theta given yy
  • Nonparametric: Don’t make any assumptions, and find any good function ff such that θ=f(y)\theta = f(y)

Table of Contents #

How to contribute #

See the contributing guide

for more details!

For the most part, these notes should be pretty complete in terms of content, but could use some cleaning up (as well as more examples).

Credits #