AdvancedPS: Particle Samplers for Julia
This is a lightweight package that implements particle based Monte Carlo algorithms for the Turing ecosystem.
Installing from Julia
To install the package, use the following command inside the Julia REPL:
using Pkg
Pkg.add("AdvancedPS")
To load the package, use the command:
using AdvancedPS