Penguins Visualization and Statistical Hypothesis Testing

Penguins Visualization and Statistical Hypothesis Testing
Slide Note
Embed
Share

This content covers various topics related to penguins, including visualization basics, statistics basics, exploring penguins dataset, scatter plots, merging plots, and hypothesis testing. It delves into how different penguin species are represented in scatter plots and discusses the process of hypothesis testing, focusing on null and alternative hypotheses. Additionally, it explores creating basic plots with ggplot, understanding standard deviation in normal distribution, and key terms like p-value, alpha level, and null hypothesis mean.

  • Penguins
  • Visualization
  • Statistics
  • Hypothesis Testing
  • Scatter Plots

Uploaded on Feb 17, 2025 | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. B4M36SAN 2. lab

  2. This week Visualization basics Statistics basics Explore penguins dataset

  3. Task try scatter plots Replicate following graphs. How each penguin species look like according to them?

  4. Task explore more palletes too subjective no points

  5. Merging two plots

  6. Statistical part

  7. Statistical part hypothesis testing The bird is a penguin keep it H0: Hypothesis we are assuming is true (aka null hypothesis) HA: Alternative hypothesis The bird we just caught is NOT a penguin - release If the observation is too unlikely under H0, we say we reject the null hypothesis in favor of the alternative hypothesis How likely/unlikely is that a penguin would have such a weight? What is likely/unlikely? p-value probability of the observation (or more extreme one) under H0 -level (significance level) Intuitively threshold for p-value It s up to us! Point unlikely when p < (or 1- < p) http://med.stanford.edu/content/dam/sm-news/images/2016/03/p-value-index.jpg

  8. Excercies State null hypothesis and alternative hypothesis. How would proceed to reject/not reject the null hypothesis. Bartender with following beers is unfair 490ml, 452ml, 466ml, 492ml, 460ml, 523ml, 488ml, 492ml, 480ml Older people (60+) vote more for ANO, than younger people Remdesivir makes patients with Covid better

  9. Summary How to create basic plots with ggplot How it resembles dplyr What aes()does Understand the role of standard deviation (variance) in normal distribution What terms like p-value, alpha level, null hypothesis mean

More Related Content