Einträge über Statistik (Ältere Einträge, Seite 1)

Letter Counts in Ex Libris

In the board game Ex Libris one draws cards with book shelves and has to arrange them in alphabetic order. The catch is that one can only rarely rearrange the cards that one has put down onto the table. Also one gets extra points for the largest rectangular section. There can at most be three rows of shelves. Therefore one should try to have a third of the alphabet in each row. But where should one separate?

Weiterlesen…

Risk Analysis for Risk

In 2011 I was on vacation with friends, we played a lot of Risk. Somehow we ended up having fights of hundreds of armies against each other. Since with every dice rolling you can only eliminate up to three armies, you need a lot of rounds until a battle is settled. While my friends were occupied in a battle of 200 against 150, I used my freshly acquired Python skills to write a program to do the dice rolling, risk-auto-dice.

Weiterlesen…

Long and Wide Data Format

There are multiple ways of structuring data. Two sensible formats are the long and the wide data format. In this article I want to do the same problem in two different ways and show the relative merits.

Weiterlesen…

test-fit-error

There are a couple functions that promise to fit an arbitrary curve with error weighting. Most of those methods then give error estimates for the fit parameters.

Weiterlesen…