Welcome and thank you for visiting my personal website! I’m J. Steven Raquel and I have a Master of Science in Statistics degree from the University of California, Irvine.
Find out more about who I am and what I’ve done.
If you know anything about statistics, biostatistics, machine learning, epidemiology, or public health, feel free to get in touch with me! I have a lot to learn so I’m eager to touch base with folks with similar interests. You can find my email, GitHub and LinkedIn under Contact Me in the header.
These are some of the projects I’ve worked on throughout my time studying statistics, and I am constantly learning and adding things to my repertoire.
This paper was written for STATS 255 Survival Analysis, in which I conducted a comprehensive survival analysis using the Cox proportional hazards model to investigate the association between mortality and human serum albumin levels, accounting for confounding variables such as smoking history and body mass index.
This paper was written for STATS 295 Spatial Statistics, in which I developed a Matern cluster process model to study the incidence of gun violence in K-12 schools across the United States. Employed spatial statistics techniques to identify patterns and factors contributing to gun violence occurrences.
This paper was written for Sociology 280, in which I applied an exponential random graph model (ERGM) to analyze and simulate the spread of gonorrhea in a First Nations community in Alberta, Canada. Examined network structures and social factors influencing disease transmission.
For my final project for Statistics 131 Data Mining, in which I utilized decision tree, k-nearest neighbors, and random forest algorithms in R to predict wine quality based on various wine attributes. Conducted feature selection, model training, and evaluation to develop accurate classification models.
This project utilizes various regression algorithms including ordinary least squares regression, decision trees, random forests, k-nearest neighbors, and gradient boosting in Python to create a regression model using various attributes of the housing market in Boston.
For my final project in PSTAT 147 Time Series, I attempted to apply the Box-Jenkins ARIMA model using R to several observations of the opening price of the cryptocurrency known as bitcoin. It turned out that the variability of the data was too sporadic and unpredictable, and ultimately I concluded that the GARCH model was most likely better because it accounts for the heteroskedasticity. While I did not fit that GARCH model I did fit a couple of ARIMA models and forecasted with them.
Together with my partner Pin-Chun Chen, we designed
an R package called ggomoku
that allowed you to play the
board game Gomoku.
The source code for the package can be found on GitHub.
We later ported this game over to the Shiny framework in R, which allowed the game to be playable on the web without loading the package in R. It’s deployed on shinyapps.io. The source code for this Shiny app can be found on GitHub.