December 17, 2025
Probability
Browse posts by tag
December 17, 2025
Introduction to Probability and Mathematical Statistics
Notes
Rigorous graduate-level probability + statistics; useful for inference and ML foundations.
December 17, 2025
Probability Theory: The Logic of Science
October 7, 2025
Alea: A Modern C++ Library for Algebraic Random Elements
June 17, 2023
The Bernoulli Model: A Probabilistic Framework for Data Structures and Types
This blog post introduces the Bernoulli Model, a framework for understanding probabilistic data structures and incorporating uncertainty into data types, particularly Boolean values. It highlights the model's utility in optimizing space and accuracy …
February 1, 2021
algebraic.dist: Treating Distributions as First-Class Algebraic Objects in R
Most statistical software treats probability distributions as static parameter sets you pass to sampling or density functions. algebraic.dist takes a different approach: distributions are algebraic objects that compose, transform, and combine using …
June 1, 2020