Posts tagged with Data-analysis

  • The KeyForge hiatus: impact on deck registrations

    Thumbnail for The KeyForge hiatus: impact on deck registrations

    Is has been a few months since FFG announced KeyForge would be paused, or in their words going on hiatus. Though as decks are still being registered we can get a glimpse of the effect of this announcement on the game. In a previous post, a model was made that...

  • Faster Mixture Models in PyMC3

    Thumbnail for Faster Mixture Models in PyMC3

    In a previous post about clustering the palmer penguins using PyMC3, the mixture model was implemented in the model itself. Though this is great for understanding what is going on, it isn’t very efficient when sampling the model. Furthermore, observations (here penguins) were assigned to groups (here the species of...

  • KeyForge: How many decks were printed ?

    Thumbnail for KeyForge: How many decks were printed ?

    KeyForge is often advertised as having 104 septillion possible decks per set (that is 104 followed by 24 zeros), but how many of those decks actually exist? Fantasy Flight Games never released data on how many decks were printed per run. Though with Dark Tiding having Evil Twin decks (exact...

  • Capture-Mark-Recapture model in PyMC3

    Thumbnail for Capture-Mark-Recapture model in PyMC3

    Imagine you wish to know how many fish are in a rather large pond… The water is murky so forget about counting them easily… In ecology this is a common problem! The population size of a species often needs to be known, but it is either impractical or simply impossible...

  • COVID-19 impact on KeyForge

    Thumbnail for COVID-19 impact on KeyForge

    All our lives were impacted by COVID-19, but what was the impact on KeyForge sales? There was a very technical post last month, this one is intended for everyone that cares about KeyForge, but not the details of how to create models. 500 000 fewer decks registered during COVID This...

  • Clustering the Palmer Station penguin data, using PyMC3

    Thumbnail for Clustering the Palmer Station penguin data, using PyMC3

    This post will be all about trying to infer the species various observations originated from, without actually having access to the labels. This might sound like a far-fetched example, but it happens more often than you might expect in biology! When studying large animals you can usually find clear differences...

  • Bayesian analysis of sales data, using PyMC3

    Thumbnail for Bayesian analysis of sales data, using PyMC3

    Bayesian analysis and probabilistic programming is fairly different from ‘regular’ analysis. So here I’ll take you through my first attempt at using PyMC3 to analyse sales data of KeyForge decks and explore the effects of COVID-19 restrictions and releasing new content. PyMC3 takes some getting used to, but at the...