Category Archives: Data analysis

Fourier transformation explained

I love the following image found in this blog.

Posted in Data analysis | Tagged | 1 Comment

Solving a Linear Programming problem with Python (Pulp)

Linear Programming is a type of optimisation where an objective function should be maximised given some constraints. Let us consider the following simple problem (from The GNU Linear Programming Kit, Part 1). Let us say that you want to maximize … Continue reading

Posted in Data analysis | Tagged , | 7 Comments