...we should be able to do mixtures with known `number of components', like with
a mix of two know likelihoods. this will then be 'hard-coded' into one new
likelihood.
On Fri, 2026-07-24 at 08:27 +0100, Finn Lindgren wrote:
> Hi,
> I missed the “mixture” mention, sorry! Mixture distributions aren’t generally
> supported, but I think one can implement specific ones in principle, e.g. via
> cloglink that allows you to code your own observation likelihood. Not sure
> what a sensible parameterisation of such a model would be though, as it can
> only involve one linear predictor value. (There’s ongoing research into
> implementing multi predictor observation models, but nothing that’s useable
> yet, and it’s not clear if it will help for mixtures.) One option is to use
> the “poisson trick” to convert a general density model into a point process
> likelihood, but that can be expensive, and I’m not sure if/how to combine that
> with the survival/censoring models.
> Finn
>
> > On 24 Jul 2026, at 08:05, MEIJERINK Jonas <
jonas.m...@uhasselt.be>
> > wrote:
> >
> >
> > Hi Finn,
> >
> >
> > Thank you for the quick answer! I looked into it but couldn't find a 3-
> > parameter Weibull distribution, nor any built-in options for mixture models
> > with continuous distributions, in INLA/inlabru. Is there a creative
> > workaround or specific implementation trick to get this working within the
> > INLA/inlabru framework? Or is this simply not feasible given the latent
> > Gaussian structure it relies on?
> >
> >
> > Kind regards,
> > Jonas
> >
> >
> >
> >