Jack Medley
Jack Medley
Home
Posts
Jack Medley
Head of Research, Gambit Research
Bayesian climbing grades
Introduction In indoor sport climbing different routes to the top of the wall are put up by different route setters who are also given the task of awarding each climb a ‘grade’.
Last updated on 2024-06-30
C++20: SFINAE vs. Concepts
Introduction I recently wanted to port some python code to c++ (latency reasons) and I quickly realised it was not going to be a trivial port. It required some template metaprogramming trickery and in the process I found myself writing my first c++ concept 1.
2024-06-30
Bivariate Poisson Regression with Expectation-Maximisation
Count data is commonly modelled using a generalised linear model with a Poisson likelihood, and this approach extends trivially to cases with multiple count data random variables,
Z
i
∈
Z
0
+
,
i
=
1
…
N
which are indepedent of one another,
Z
i
⊥
Z
j
,
∀
i
,
j
because the likelihoods factor out nicely.
2022-10-01
See all posts