Statistics

Browse posts by tag

Bayesian Data Analysis

Notes

Applied Bayesian inference with computing methods. The standard Bayesian statistics reference.

Statistical Inference

Notes

Standard rigorous text on estimation, hypothesis testing, and asymptotic theory.

Math Master's Done: Post-Mortem

I defended my mathematics thesis. Three years, stage 3 cancer, and a second master's degree. Here is what worked and what did not.

Problem Set Solutions

Graduate problem set solutions in computational statistics and numerical methods from my math master's at SIUe. Implementing things from scratch teaches you what the libraries are hiding.

Statistical Methods - STAT 581 - Exam 1

An experiment is conducted to study the effect of fitness level on ego > strength. Random samples of college faculty members are selected from each

Bootstrap Methods: When Theory Meets Computation

Bootstrap resampling trades mathematical complexity for computational burden. When you can't derive the variance analytically, you resample. For my thesis work on masked failure data, that trade is essential.

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

Algebra over distribution (random elements) objects

Algebraic Maximum Likelihood Estimators

Building R Packages for Statistical Inference

I'm building R packages for reliability analysis, not just using other people's. R's strengths for statistical computing are real, and building packages forces you to understand the theory.

Dynamic failure rate (DFR) distributions