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

Huber Regression

Robust regression using Huber loss function. Handle outliers and improve model stability with robust statistical methods.

November 28, 2020 · 1435 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 · 2026 words · Jack Medley