File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ even though [`Prior()`](@ref) is actually defined in the `Turing.Inference` modu
43
43
44
44
### Inference
45
45
46
- | Exported symbol | Documentation | Description |
47
- | :--------------- | :------------------------------------------------------------------------------------------------ | :------------------- |
48
- | ` sample ` | [ ` StatsBase.sample ` ] ( https://turinglang.org/AbstractMCMC.jl/stable/api/#Sampling-a-single-chain ) | Sample from a model |
49
- | ` MCMCThreads ` | [ ` AbstractMCMC.MCMCThreads ` ] ( @extref ) | Run MCMC using multiple threads |
50
- | ` MCMCDistributed ` | [ ` AbstractMCMC.MCMCDistributed ` ] ( @extref ) | Run MCMC using multiple processes |
51
- | ` MCMCSerial ` | [ ` AbstractMCMC.MCMCSerial ` ] ( @extref ) | Run MCMC using without parallelism |
46
+ | Exported symbol | Documentation | Description |
47
+ | :----------------- | :------------------------------------------------------------------------------------------------ | :---------------------------------- |
48
+ | ` sample ` | [ ` StatsBase.sample ` ] ( https://turinglang.org/AbstractMCMC.jl/stable/api/#Sampling-a-single-chain ) | Sample from a model |
49
+ | ` MCMCThreads ` | [ ` AbstractMCMC.MCMCThreads ` ] ( @extref ) | Run MCMC using multiple threads |
50
+ | ` MCMCDistributed ` | [ ` AbstractMCMC.MCMCDistributed ` ] ( @extref ) | Run MCMC using multiple processes |
51
+ | ` MCMCSerial ` | [ ` AbstractMCMC.MCMCSerial ` ] ( @extref ) | Run MCMC using without parallelism |
52
52
53
53
### Samplers
54
54
You can’t perform that action at this time.
0 commit comments