Global Crypto Adoption Index

Emerging markets are fertile ground for cryptocurrencies, often because their own are failing to do their job.

A weekly series of quick random charts made in Python 🐍

Growing and Declining Chain Stores in Great Britain

Data shows strong evidence of changing shopping behaviour and the shift to online. Fashion retailers recorded the biggest decline with more than 1000 stores closed in the first half of 2021.

A weekly series of quick random charts made in Python 🐍

The Two Piece Normal Distribution

The two-piece normal, also called split normal, binormal, or double-Gaussian,  results from joining at the mode the corresponding halves of two normal distributions with the same mode but different standard deviations.

Comparing Box-Muller and Marsaglia-Bray

In this post we compare the performance of our Python implementation for two popular methods to simulate samples from a pair of independent normal random variables: Box-Muller and Marsaglia-Bray.

Simulating Normal Random Variables

Two simple ways to simulate a pair of independent standard normal distributions with Python code.
– Box-Muller Transform
– Marsaglia-Bray Transform

JP Morgan Challenge

On July 4, 2019 I participated on the JP Morgan Corporate Challenge for the first time. A couple of days after the race the results were online and I could not help but taking a look at the data. Here are the highlights!

Anatomy of a Box Plot

This post is dedicate to one of the most popular graphs in data visualisation: the Box Plot, a simple tool which was introduced 40 years ago but remains in fashion.

Back to top