Bayesian climbing grades

Bayesian hierarchical model to analyze route setter bias in climbing grades. Uses PyMC to estimate ’true’ difficulty accounting for setter variations.

June 30, 2024 · 2755 words · Jack Medley

Bivariate Poisson Regression with Expectation-Maximisation

Modeling correlated count data using bivariate Poisson regression with EM algorithm. Handle overdispersion and correlation in count models.

October 1, 2022 · 3164 words · Jack Medley

Cubic Spline Expansions with Logistic Regression

Flexible non-linear regression using cubic spline basis functions. Bayesian approach with PyMC for smooth curve fitting and uncertainty quantification.

June 14, 2022 · 2607 words · Jack Medley

Quantile Regression

Quantile regression for uncertainty estimation beyond the mean. PyTorch implementation for predicting conditional quantiles.

November 1, 2020 · 1429 words · Jack Medley

The EM Algorithm Part 2: Censored Linear Regression

Part 2: Applying EM algorithm to censored linear regression. Handle missing data and truncated observations in statistical modeling.

May 12, 2020 · 2013 words · Jack Medley

The EM Algorithm Part 1: Gaussian Mixture Models

Part 1: Introduction to EM algorithm with Gaussian Mixture Models. Learn expectation-maximization for unsupervised clustering and density estimation.

May 7, 2020 · 2466 words · Jack Medley