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.