class: center, middle, title-slide .title[ # Welcoming words ] .author[ ### Olivier Gimenez ] .date[ ### last updated: 2023-07-01 ] --- ## What this workshop is about ??? + So why are we here altogether? -- + Estimating demographic parameters with capture-recapture. ??? + Well this is a workshop about the estimation of demographic parameters, like survival, recruitment or dispersal. + To do so, we will use capture-recapture data. -- + Using a family of models called hidden Markov models (HMM). ??? + We will use a family of models called hidden Markov models (HMMs in short). + Why? Because HMMs are quite awesome as we will see, because with the same model structure we'll be able to fit all sorts of capture-recapture models and estimate key demographic parameters. -- + Within the Bayesian framework implemented with Markov chain Monte Carlo methods (MCMC). ??? + We'll work within the Bayesian framework for many reasons we will develop, but mainly because Bayesian statistics make it easy to manage uncertainty, and also because with MCMC, we can fit pretty much fit any models. --- ## Credits and inspiration ??? + This workshop does not come from nowhere, and I'd like to spend a minute or two on credits and to thank those who inspired me to organise this event. -- + Past workshops on capture-recapture models w/ Roger Pradel, Rémi Choquet and Jean-Dominique Lebreton. ??? + We've been running workshops on capture-recapture models in Montpellier for 10-15 years now with my colleagues Roger, Rémi and Jean-Dominique. + I learnt so much from them, I owe them a lot. -- + Past workshops on Bayesian analyses for population ecology with Ruth King, Steve Brooks and Byron Morgan. ??? + We also run a few workshops on Bayesian analyses for population ecology with Ruth, Steve and Byron. + Again, I learnt so much much from these folks, I owe them a lot. -- + Workshops on Nimble by Chris Paciorek, Daniel Turek and Perry de Valpine. ??? + We will use Nimble to run our Bayesian analyses during this workshop. + There are several slides that we borrow from workshops run by the Nimble team Chris, Daniel and Perry. + Perry will be with us tomorrow. -- + Workshops on integrated population modeling with Michael Schaub and Marc Kéry. ??? + We also contributed recently to a workshop organised by Michael and Marc. + With some material on capture-recapture models that I have recycled here. -- + Books by Marc Kéry, Michael Schaub, Andy Royle and others <span>—</span> check out [curated list](https://www.mbr-pwrc.usgs.gov/pubanalysis/roylebook/). ??? + We have also been much inspired by several books by Marc, Michael, Andy Royle and many others, check out this curated list for more details. -- + Daniel Turek's sabbatical in the team. ??? + Last, but not least, this is Daniel Turek's sabbatical in our team which triggers my conversion to nimble. + Daniel wish he was with us but he was busy with other commitments. + I would like to tell him many thanks for everything he did for us. --- ## On our plate ??? + OK, what's on our plate? -- ### Day 1 + Crash course on Bayesian statistics and MCMC algorithms + Free the modeler in you: Introduction to Nimble + What you see is not what you get: Hidden Markov models and capture-recapture + Dead or alive: Survival estimation ??? + First day is about introductions. Introduction to Bayesian stats and MCMC methods. + Introduction to hidden Markov models. + And introduction to standard capture-recapture models. -- ### Day 2 + On the move: Transition estimation + Known knowns, unknown knowns and unknowns: Uncertainty in state assignment + Skip your coffee break: Speed up MCMC convergence + Take-home messages ??? + Second day will be about advanced stuff. + Advanced capture-recapture models to estimate transition between states (geographical sites or breeding states for example). + How to account for uncertainty in the assignment of these states to individuals. + Also how to save time when running long analyses on your computer. + We'll close the workshop with some recommendations and take-home messages. --- ## Philosophy of teaching ??? + Before we start, a few words about our teaching philosophy. -- + Attendees with heterogeneity in knowledge of capture-recapture models, Bayesian methods, `R` and `Nimble`. ??? + You'll be several hundreds folks attending today and tomorrow, there is heterogeneity in knowledge of the methods we will cover. -- + It is our hope that everyone will find something to take home. ??? + It is our hope however that everyone will find something to take home. -- + We've packed a lot of things in two days. ??? + We'll be covering a lot of things in two days. -- + We do not expect you to digest everything. ??? + Do not feel like you have to fully understand everything at once. + Took us years to be comfortable with the material we will cover. -- + All material on website <https://oliviergimenez.github.io/bayesian-hmm-cr-workshop-valencia/>. ??? + To help, we have made all material available on a website. + Let's take a minute to have a look to the website. -- + Feel free to play around with material while we walk through it, and afterwards. ??? + Feel free to play around with the material we provide. -- + The workshop is organized in modules, each module is a combination of lectures and live demos. ??? + We will have lectures, and live demos. --- ## Resources + Let's explore the website dedicated to our workshop <https://oliviergimenez.github.io/bayesian-hmm-cr-workshop-valencia/> + FAQ and video recordings from another edition are available, check out <https://oliviergimenez.github.io/bayesian-cr-workshop/>