Hi there! I’m Kelvin Kiprono.
What I’m up to lately
Kelvin Kiprono Blog
Hypothesis Testing
Hypothesis testing is a statistical method used to determine if there is enough evidence to reject a null hypothesis (H0) in favor of an alternative hypothesis (𝐻𝑎 ). By analyzing sample data, the process involves setting a significance level, calculating a test statistic, and comparing it to a critical value or P-value to make data-driven decisions. Common tests include t-tests, z-tests, and chi-square tests, applied in diverse fields to validate assumptions and drive conclusions. Read more
Kelvin Kiprono Projects
Visual Exploration of the Diamonds Dataset Using ggplot2 in R
This analysis explores the popular diamonds dataset using the versatile ggplot2 package in R. Through a variety of visualizations—such as histograms, scatter plots, boxplots, and heatmaps—it reveals insights into diamond attributes like price, carat, cut, clarity, and their relationships. The study provides an intuitive understanding of the data, highlighting key trends and patterns, such as price distribution, the influence of carat size on cost, and variations across quality grades. Read more