Skip to content

Commit

Permalink
add dummy julia code block to enable jmd building
Browse files Browse the repository at this point in the history
  • Loading branch information
yebai committed Jan 26, 2023
1 parent 7ff8f49 commit d956b5a
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ weave_options:

# Turing Documentation

Welcome to the documentation for Turing.

Turing is a general-purpose probabilistic programming language for robust, efficient Bayesian inference and decision making. Current features include:
Welcome to the documentation for Turing. Turing is a general-purpose probabilistic programming language for robust,
efficient Bayesian inference and decision making. Current features include:

- General-purpose probabilistic programming with an intuitive modelling interface;
- Robust, efficient [Hamiltonian Monte Carlo (HMC)](https://github.com/TuringLang/AdvancedHMC.jl) sampling for differentiable posterior distributions;
- Particle MCMC sampling for complex posterior distributions involving discrete variables and stochastic control flow; and
- Gibbs sampling combines particle MCMC, HMC and random-walk MH (RWMH) etc.
- Gibbs sampling that combines particle MCMC, HMC and random-walk MH (RWMH) etc.

```julia
```

0 comments on commit d956b5a

Please sign in to comment.