Recent Posts

Multidimensional Central Limit Theorem

5 minute read

Instead of just having a single random variable $X$, we may have an experiment for which we are recording several random variables, which we can consider as ...

Django database optimisation

3 minute read

The Django ORM makes interacting with the database a breeze, but without due care can also lead to poor performance.