Posts

Exercise Solution for 5.1

This exercise asks us to interpret and validate the consistency within our clusters of data. To do this, we will employ the silhouette …

Vocabulary for Chapter 6

Chapter 6 covers Statistical Testing, including a review of null and alternative hypotheses (and associated distributions), types of …

Chapter 5 vocabulary quiz

Chapter 4 vocabulary quiz

Exercise solution for Chapter 2, Part 2

Exercise 2.6 The first part of the exercise asks you to: Choose your own prior for the parameters of the beta distribution. You can do …

Vocabulary for Chapter 5

Chapter 5 covers Clustering Analysis for large scale data anlysis like DNA/RNA sequencing outputs. These methods produce so much data …

Vocabulary for Chapter 4

Chapter 4 covers how to generate both finite and infinite mixture models from various distributions. It introduces a number of terms …

Chapter 2, part 2, vocabulary quiz

Exercise solution for Chapter 2, Part 1

As always, load libraries first. library(ggplot2) library(tidyverse) library(dplyr) Exercise 2.3 from Modern Statistics for Modern …

Chapter 2 Part 1 vocabulary quiz