Matthijs Hollanders

@matthollanders.bsky.social

Quantitative ecology, statistics, wildlife, field herping. Post-doctoral Research Fellow @ U of Canberra Consultant @ Quantecol, https://quantecol.com.au Wildlife tour guide @ Australian Wildlife Encounters, https://www.australianwildlifeencounters.com

New pre-print! I cover a range of open capture-recapture models (single survey/robust design, multistate/multievent, in (Cormack-)Jolly-Seber variants) in Stan, and provide efficient log likelihood functions. I also introduce a method to account for unequal survey intervals in the entry process.

MC Stan@mc-stan.org · 4mo ago

"Efficient Bayesian implementations of capture-recapture models with Stan" by @matthollanders.bsky.social discourse.mc-stan.org/t/bayesian-c...

In (Gaussian) linear models, we usually put normal priors for regression coefficients. How do we feel about putting gamma(a, a) priors in something like Poisson regression? Using rates for rates seems nice; the geometric means are still 1, meaning the priors are centered on no multiplicative effects

brms is one of the most amazing R packages ever. Nevertheless I can't get myself to use it for my own work because nothing beats coding up your own models where you have ultimate control and insight into what's going on. There remains a "black box" element unless you are deeply familiar with it.