You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AdvancedPS provides an efficient implementation of common particlebased Monte Carlo samplers using the [AbstractMCMC](https://github.com/TuringLang/AbstractMCMC.jl) interface.
9
+
AdvancedPS provides an efficient implementation of common particle-based Monte Carlo samplers using the [AbstractMCMC](https://github.com/TuringLang/AbstractMCMC.jl) interface.
10
10
The package also relies on [Libtask](https://github.com/TuringLang/Libtask.jl) for task manipulation.
11
-
AdvancedPS is part of the [Turing](https://turing.ml/stable/) ecosystem.
12
-
13
-
### Installation
14
-
15
-
Inside the Julia REPL
16
-
```julia
17
-
julia>] add AdvancedPS
18
-
```
19
-
20
-
### Examples
11
+
AdvancedPS is part of the [Turing](https://turinglang.org/stable/) ecosystem.
21
12
22
13
Detailed examples are available in the [documentation](https://turinglang.github.io/AdvancedPS.jl/dev/)
23
14
@@ -27,11 +18,11 @@ Detailed examples are available in the [documentation](https://turinglang.github
27
18
28
19
2. Andrieu, Christophe, Arnaud Doucet, and Roman Holenstein. "Particle Markov chain Monte Carlo methods." Journal of the Royal Statistical Society: Series B (Statistical Methodology) 72, no. 3 (2010): 269-342.
29
20
30
-
3. Tripuraneni, Nilesh, Shixiang Shane Gu, Hong Ge, and Zoubin Ghahramani. "Particle gibbs for infinite hidden Markov models." In Advances in Neural Information Processing Systems, pp. 2395-2403. 2015.
21
+
3. Tripuraneni, Nilesh, Shixiang Shane Gu, Hong Ge, and Zoubin Ghahramani. "Particle Gibbs for infinite hidden Markov models." In Advances in Neural Information Processing Systems, pp. 2395-2403. 2015.
31
22
32
23
4. Lindsten, Fredrik, Michael I. Jordan, and Thomas B. Schön. "Particle Gibbs with ancestor sampling." The Journal of Machine Learning Research 15, no. 1 (2014): 2145-2184.
33
24
34
-
5. Pitt, Michael K., and Neil Shephard. "Filtering via simulation: Auxiliary particle filters." Journal of the American statistical association 94, no. 446 (1999): 590-599.
25
+
5. Pitt, Michael K., and Neil Shephard. "Filtering via simulation: Auxiliary particle filters." Journal of the American Statistical Association 94, no. 446 (1999): 590-599.
35
26
36
27
6. Doucet, Arnaud, Nando de Freitas, and Neil Gordon. "Sequential Monte Carlo Methods in Practice."
0 commit comments