Author: Mark Jamison
-
O(n) is faster than O(1), cache lines, Pandas 2.0 and the consistent rise of the…
12 min read -
Implementing custom distribution sampling in SciPy
10 min read -
Random Sampling using SciPy and NumPy: Part II Fancy algorithms, source code walkthrough and potential…
8 min read -
Random Sampling with SciPy and NumPy: Part I Intro to sampling, writing our own, speed…
8 min read -
Using a points-based modelling approach to derive expected points per game Before getting all excited…
12 min read -
Why Is the MAD Always Smaller than the STD? Intuition, a derivation and Jensen’s Inequality…
8 min read -
Fisher, parameterisation, efficiency and CLT It feels like knowledge has advanced, and is continuing to…
14 min read -
Why is the sample variance distributed chi-squared with n-1 degrees of freedom? Mashing together intuitive…
15 min read -
A simple explanation of modern pseudo-random number generators (PRNGs) and their new NumPy implementation Whilst…
15 min read