class: center, middle ### Sampling Distributions <img src="img/DAW.png" width="450px"/> <span style="color: #91204D;"> .large[Kelly McConville | Math 141 | Week 6 | Fall 2020] </span> --- ## Announcements/Reminders * Exam next week. + No Week 7 labs (Th, Oct 15h or Fri, Oct 16th). + No Class on Fri, October 16th. + [Sign up for your 10 minute oral exam](https://docs.google.com/spreadsheets/d/18abmsFaa1JhwLZUbqgKZ0y7gOBH1M8brLln_TjyOspo/edit?usp=sharing) + You must do the 2 hour takehome exam BEFORE your oral exam! * Lab 6 will definitely help with studying for the exam! --- ## Week 6 Topics * Modeling * **Sampling Distributions** --- ## Goals for Today * Finish up modeling * Discuss the ❤️ of statistical inference * Create a Sampling Distribution --- #### The ❤️ of statistical inference is quantifying uncertainty --- ### Statistical Inference **Goal**: Draw Conclusions about the population based on the sample. -- **Main Flavors** → Estimating numerical quantities (parameters). -- → Testing Conjectures --- ### Estimation **Goal**: Estimate a (population) parameter. -- Best guess? → The corresponding (sample) statistic -- **Example**: Are GIFs just another way for people to share videos of their cats? <iframe src="https://giphy.com/embed/MCfhrrNN1goH6" width="280" height="240" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/easy-ear-MCfhrrNN1goH6">via GIPHY</a></p> -- Want to estimate the proportion of GIFs that feature animals. --- ### Estimation **Key Question**: How accurate is the statistic as an estimate of the parameter? -- **Helpful Sub-Question**: If we take many samples, how much would the statistic vary from sample to sample? -- Need two new concepts: -- * The **sampling variability** of a statistic -- * The **sampling distribution** of a statistic --- class: inverse, center, middle ### Let's learn about these ideas through an activity!