Welcome! Here you'll find a handful of projects that I've worked on during my time at Oregon State.
Project 1: Wine Quality Analysis Using Machine Learning Techniques
Completed 06/09/2025
This project was one that I did as the final project for ST 599: Topics in Machine Learning. In it, I discuss theory behind machine learning regression techniques, then implement those to analyze wine quality data.
- Read the PDF Report
- View R Code
- View the datasets:
Project 2: Monte-Carlo Simulation Study Involving Low-Probability Events in Golf
Completed 12/10/2025
This is another final project that I did, this time for ST 541: Probability, Computation, and Simulation. This project involved conducting a simulation study to estimate low-probability events, which I chose to apply to the probability of breaking 59 on the PGA Tour.
Project 3: Simulation Study Measuring Effectiveness of Imputation Techniques
Completed 03/20/2026
This project was for a special topics in missing data class that I took. In it, the goal was to use simulated data with varying missingness patterns to quantitatively determine how effective imputation methods were in regression settings.
Project 4: Time Series Analysis: Airline Baggage Data
Completed 03/18/2026
This is a simple project that highlights the application of SARIMA models and their outcomes on some seasonal data from some airlines.