This article compares various ways of estimating the standard errors of regression coefficients as used in the finance literature.
Review of the 1956 Pulitzer Prize winning classic by then Senator John F. Kennedy.
Various quotes I’ve come across that are particularly good.
A beginner's introduction to the intuitive math behind spectral clustering and how it is useful versus other clustering methods.
Memoization is a useful tool to speed up programs that are either recursive or simply repetitive in nature. This post is an introduction in how to use this technique (through decorators) in Python.