<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:r="https://r-universe.dev"><channel><title>janolefi.r-universe.dev</title><link>https://janolefi.r-universe.dev</link><description>Recent package updates in janolefi</description><generator>R-universe</generator><image><url>https://github.com/janolefi.png</url><title>R packages by janolefi</title><link>https://janolefi.r-universe.dev</link></image><lastBuildDate>Wed, 24 Jun 2026 15:13:43 GMT</lastBuildDate><item><title>[janolefi] LaMa 2.1.1</title><author>jan-ole.fischer@mailbox.org (Jan-Ole Fischer)</author><description>A variety of latent Markov models, including hidden Markov
models, hidden semi-Markov models, state-space models and
continuous-time variants can be formulated and estimated within
the same framework via directly maximising the likelihood
function using the so-called forward algorithm. Applied
researchers often need custom models that standard software
does not easily support. Writing tailored 'R' code offers
flexibility but suffers from slow estimation speeds. We address
these issues by providing easy-to-use functions (written in
'C++' for speed) for common tasks like the forward algorithm.
These functions can be combined into custom models in a
Lego-type approach, offering up to 10-20 times faster
estimation via standard numerical optimisers. To aid in
building fully custom likelihood functions, several vignettes
are included that show how to simulate data from and estimate
all the above model classes.</description><link>https://github.com/r-universe/janolefi/actions/runs/28113547164</link><pubDate>Wed, 24 Jun 2026 15:13:43 GMT</pubDate><r:package>LaMa</r:package><r:version>2.1.1</r:version><r:status>success</r:status><r:repository>https://janolefi.r-universe.dev</r:repository><r:upstream>https://github.com/janolefi/lama</r:upstream><r:article><r:source>Continuous_time_HMMs.Rmd</r:source><r:filename>Continuous_time_HMMs.html</r:filename><r:title>6 Continuous-time HMMs</r:title><r:created>2024-02-26 13:15:52</r:created><r:modified>2026-05-24 20:15:32</r:modified></r:article><r:article><r:source>HSMMs.Rmd</r:source><r:filename>HSMMs.html</r:filename><r:title>9 Hidden semi-Markov models</r:title><r:created>2024-02-23 16:03:42</r:created><r:modified>2026-05-13 11:42:31</r:modified></r:article><r:article><r:source>Intro_to_LaMa.Rmd</r:source><r:filename>Intro_to_LaMa.html</r:filename><r:title>1 Introduction to LaMa</r:title><r:created>2024-04-02 15:08:50</r:created><r:modified>2026-05-24 13:30:47</r:modified></r:article><r:article><r:source>LaMa_and_RTMB.Rmd</r:source><r:filename>LaMa_and_RTMB.html</r:filename><r:title>2 Automatic differentiation via RTMB</r:title><r:created>2024-08-06 09:57:23</r:created><r:modified>2026-05-24 13:59:54</r:modified></r:article><r:article><r:source>Longitudinal_data.Rmd</r:source><r:filename>Longitudinal_data.html</r:filename><r:title>4 Longitudinal data</r:title><r:created>2024-04-23 12:41:27</r:created><r:modified>2026-05-23 09:40:26</r:modified></r:article><r:article><r:source>MMMPPs.Rmd</r:source><r:filename>MMMPPs.html</r:filename><r:title>7 Markov-modulated (marked) Poisson processes</r:title><r:created>2024-02-23 10:34:34</r:created><r:modified>2026-05-24 20:15:32</r:modified></r:article><r:article><r:source>Extensions.Rmd</r:source><r:filename>Extensions.html</r:filename><r:title>3 Extensions of the basic model structure</r:title><r:created>2026-05-13 08:58:04</r:created><r:modified>2026-05-24 13:30:47</r:modified></r:article><r:article><r:source>Penalised_splines.Rmd</r:source><r:filename>Penalised_splines.html</r:filename><r:title>5 Penalised splines</r:title><r:created>2024-10-30 10:07:57</r:created><r:modified>2026-05-24 13:30:28</r:modified></r:article><r:article><r:source>State_space_models.Rmd</r:source><r:filename>State_space_models.html</r:filename><r:title>8 State-space models</r:title><r:created>2024-01-24 16:01:07</r:created><r:modified>2026-05-24 14:54:05</r:modified></r:article></item><item><title>[janolefi] RTMBdist 1.0.4</title><author>jan-ole.fischer@mailbox.org (Jan-Ole Fischer)</author><description>Extends the functionality of the 'RTMB'
&lt;https://kaskr.r-universe.dev/RTMB&gt; package by providing a
collection of non-standard probability distributions compatible
with automatic differentiation (AD). While 'RTMB' enables
flexible and efficient modelling, including random effects, its
built-in support is limited to standard distributions. The
package adds additional AD-compatible distributions, broadening
the range of models that can be implemented and estimated using
'RTMB'. Automatic differentiation and Laplace approximation are
described in Kristensen et al. (2016)
&lt;doi:10.18637/jss.v070.i05&gt;.</description><link>https://github.com/r-universe/janolefi/actions/runs/26570435700</link><pubDate>Thu, 28 May 2026 09:17:59 GMT</pubDate><r:package>RTMBdist</r:package><r:version>1.0.4</r:version><r:status>success</r:status><r:repository>https://janolefi.r-universe.dev</r:repository><r:upstream>https://github.com/janolefi/rtmbdist</r:upstream><r:article><r:source>adding-a-distribution.Rmd</r:source><r:filename>adding-a-distribution.html</r:filename><r:title>Guide to adding a distribution</r:title><r:created>2026-05-28 09:17:59</r:created><r:modified>2026-05-28 09:17:59</r:modified></r:article><r:article><r:source>distlist.Rmd</r:source><r:filename>distlist.html</r:filename><r:title>List of distributions</r:title><r:created>2025-07-31 11:08:55</r:created><r:modified>2026-05-26 20:03:15</r:modified></r:article><r:article><r:source>Examples.Rmd</r:source><r:filename>Examples.html</r:filename><r:title>Worked Examples</r:title><r:created>2025-09-16 08:06:56</r:created><r:modified>2026-04-17 08:54:00</r:modified></r:article></item></channel></rss>