Statistics

Browse posts by tag

Mathematics Master's Complete: Post-Mortem on Three Years

I defended my mathematics thesis yesterday. It’s done.

Three years. Two degrees. Stage 3 cancer. And now: MS in Mathematics and Statistics from SIUE.

October 13, 2023: Defense complete.

Time for a post-mortem on what worked, what didn’t, …

Problem Set Solutions

I have a fairly broad interest in problem-solving, from problems in statistics to algorithms. Over the years, I’ve accumulated a collection of problem sets from graduate coursework and independent study. These represent solutions to challenging …

Weibull Distributions: The Mathematics of Failure and Survival

The Weibull distribution models time-to-failure. In reliability engineering, that’s component lifetimes. In medicine, it’s survival times.

I’ve been studying Weibull distributions for my thesis on series system reliability. Then I …

Bootstrap Methods: When Theory Meets Computational Statistics

Bootstrap methods sit at a beautiful intersection: rigorous statistical theory implemented through brute-force computation.

The Core Idea

The bootstrap is conceptually simple: if you don’t know the sampling distribution of a statistic, …

STAT 482 - Regression Analysis - SIUe - Fall 2022

This is a problem set for STAT 482 - Regression Analysis at SIUe. These problem sets were given by Dr. Andrew Neath, a professor in the Department of Mathematics and Statistics at Southern Illinois University Edwardsville (SIUe) during the Fall 2022 …

STAT 575 - Computational Statistics - SIUe - Summer 2021

This is a problem set for STAT 575 - Computational Statistics at SIUe. These problem sets were given by Dr. Qiang Beidi, a professor in the Department of Mathematics and Statistics at Southern Illinois University Edwardsville (SIUe) during the Summer …

hypothesize: API for Hypothesis Testing

Likelihood Model

Numerical maximum likelihood estimation

Algebra over distribution (random elements) objects

Algebraic Maximum Likelihood Estimators

Statistical Computing with R: Building Tools for Inference

One of the best parts of my mathematics degree is deepening my R skills—not just using R packages, but building them.

Why R for Statistical Computing

R has a unique position in statistics:

  • Domain-specific: Built for statistics, not adapted to it …

Why I'm Pursuing a Second Master's in Mathematics

I’ve decided to pursue a second master’s degree—this time in Mathematics and Statistics at SIUE.

People ask: “You already have an MS in Computer Science. Why go back?”

The Honest Answer

Computer science gave me tools. …

Dynamic failure rate (DFR) distributions

Reliability Analysis and the Problem of Censored Data

One of the most interesting statistical problems I’ve encountered is reliability analysis with censored data—situations where you know something didn’t fail, but not when it will fail.

The Censoring Problem

Imagine testing light bulbs. …