New distributions available to odin/dust models

odin.dust can now use rnbinom() (negative binomial distribution) and rgamma() (gamma distribution) within odin code in discrete time stochastic models, as of odin.dust 0.2.24 and dust 0.11.35

11 November 2022

New JavaScript Support

We have overhauled (entirely) the JavaScript support in odin, replacing an earlier attempt at this. The new approach uses our new TypeScript packages for working with ODE (odin-js) and discrete-time (dust-js) models, and power our new web interface to odin (see the wodin blog for more information on this). Over the coming months, we plan to port some of the core sequential Monte Carlo algorithms (particle filtering and particle MCMC) to dust-js and enable use of these models on the web....

10 October 2022