Statistics

Browse posts by tag

algebraic.mle

Algebraic Maximum Likelihood Estimators

femtograd

Automatic Differentiation for Statistical Computing

flexhaz

Dynamic Failure Rate Distributions for Survival Analysis

hypothesize

Consistent API for Hypothesis Testing

kofn

Component Lifetime Estimation from k-out-of-n System Data

likelihood.model

Likelihood-Based Statistical Inference in the Fisherian Tradition

maskedcauses

Likelihood Models for Systems with Masked Component Cause of Failure

maskedhaz

Masked-Cause Likelihood Models for DFR Series Systems

nabla

Exact Derivatives via Automatic Differentiation

serieshaz

Series System Distributions from Dynamic Failure Rate Components

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 …

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.