rcppsmc / rcppsmc

Rcpp bindings for Sequential Monte Carlo
25 stars 13 forks source link

Example of Adaptation (Linear Regression Model) #18

Closed LeahPrice closed 7 years ago

LeahPrice commented 7 years ago

The likelihood annealing SMC approach for the linear regression example is currently based on using predetermined temperature schedules, MCMC kernels and number of MCMC repeats. These choices were all based on what worked well in previous runs, and in general this sort of information is not available.

One of the main benefits of using SMC in this context is that it is naturally adaptive. Although this example is fairly simple (purposely and for a few reasons), showing examples of adaptation will hopefully help to illustrate that the library if flexible enough for more complex problems.