Stand-up Maths: Why do Biden's votes not follow Benford's Law?

There are many unsubstantiated claim about election fraud in the recent US presidential elections. Most of these claims provide no proofs or arguments, while there are few which are supposedly scientific. One of the example relies on the Benford's law, which specifies the expected frequency at which we should observe specific first digit of certain number. So if vote counts in polling stations do not follow Benford's law, it should be an indication of wide spread fraud!

Not so fast, as often in science, laws and models are applicable only when certain conditions (assumptions) are satisfied. In case of Benford's law, one main condition is that the original numbers (first digits of which we consider) should span multiple orders of magnitude. Also Benford's law is formulated as a rather general empirical observation. The law is supposedly observed in many naturally occurring data.

Vote counts is obviously an example of naturally occurring data. The issue is that vote counts do not span many order of magnitude. Also vote counts, especially in elections with two competitors, are not related to exponential growth (which is prevalent in many naturally occurring systems), which can actually be a driver for the Benford's law.

Watch the following video by Stand-up Maths for a video discussion on applicability of the Benford's law to the data from the recent presidential election in the US. The video below covers another simple method to check for the election fraud.

COVID-19: Recovery model with convolution

In the previous post we have shown that Weibull recovery model works well when trying to reconstruct the recovered cases time series from the confirmed cases time series. In that post we have used random simulation to generate fake recovered cases time series. In this post we will use convolution to get the expected recovered cases time series.

Ten years ago

Today we celebrate 10 years since our English "Hello World" post! While it was not the first post on Physics of Risk, (we were writing posts in Lithuanian since 2006), nor it was the first post written in English (a post on Kirman's ants was published on April 11, 2010), it is still an important post, which marks our transition to writing in English.

Stock image from pixabay.Fig. 1:Stock image from pixabay.

It is interesting to see if we will survive another 10 years.

SciShow: The Most Metal Algorithm in Computer Science

Optimizing is easy, if the problem is small and functions involved are smooth with out local minima or maxima. But what happens when the problem is bigger or not so smooth? In these cases it might be impossible to find the best solution, so we have to be happy about finding "good enough" solution. How do we do it? By using the most metal algorithm in computer science.