https://github.com/probcomp/smc.jl
A Julia implementation of generic sequential Monte Carlo (SMC) and conditional SMC.
https://github.com/probcomp/smc.jl
Last synced: about 1 month ago
JSON representation
A Julia implementation of generic sequential Monte Carlo (SMC) and conditional SMC.
- Host: GitHub
- URL: https://github.com/probcomp/smc.jl
- Owner: probcomp
- License: mit
- Created: 2017-04-26T23:17:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T20:52:07.000Z (over 8 years ago)
- Last Synced: 2025-08-21T05:54:19.697Z (7 months ago)
- Language: Julia
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SMC
SMC.jl is a Julia implementation of generic sequential Monte Carlo and conditional sequential Monte Carlo.
The package also includes specialized algorithms for discrete HMMs.
WARNING: SMC.jl is unsupported research software.
## Installation
SMC.jl is not a publicly registered Julia package.
To install:
```
julia> Pkg.clone("git@github.com:probcomp/SMC.jl.git")
```
## To run tests:
```
julia> Pkg.test("SMC")
```