Skip to content

Commit 92bce2f

Browse files
Updates
1 parent eabc586 commit 92bce2f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

benchmarks/BayesianInference/DiffEqBayesFitzHughNagumo.jmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ priors = [truncated(Normal(1.0,0.5),0,1.5), truncated(Normal(1.0,0.5),0,1.5), tr
6464
#### Stan.jl backend
6565

6666
```julia
67-
@time bayesian_result_stan = stan_inference(prob_ode_fitzhughnagumo , t, data, priors; num_samples = 10_000, vars=(StanODEData(), InverseGamma(2, 3)))
67+
@time bayesian_result_stan = stan_inference(prob_ode_fitzhughnagumo,t,data,priors; delta = 0.65, num_samples = 10_000, print_summary=false, vars=(DiffEqBayes.StanODEData(), InverseGamma(2, 3)))
6868
```
6969

7070
### Direct Turing.jl
@@ -112,4 +112,4 @@ FitzHugh-Ngumo is a standard problem for parameter estimation studies. In the Fi
112112
```julia, echo = false
113113
using SciMLBenchmarks
114114
SciMLBenchmarks.bench_footer(WEAVE_ARGS[:folder],WEAVE_ARGS[:file])
115-
```
115+
```

benchmarks/BayesianInference/DiffEqBayesLorenz.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ Its uncertainty plot points to its chaotic behaviour and goes awry for different
148148
```julia, echo = false
149149
using SciMLBenchmarks
150150
SciMLBenchmarks.bench_footer(WEAVE_ARGS[:folder],WEAVE_ARGS[:file])
151-
```
151+
```

benchmarks/BayesianInference/DiffEqBayesLotkaVolterra.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ It depicts a cyclic behaviour, which is also seen in its Uncertainty Quantificat
126126
```julia, echo = false
127127
using SciMLBenchmarks
128128
SciMLBenchmarks.bench_footer(WEAVE_ARGS[:folder],WEAVE_ARGS[:file])
129-
```
129+
```

0 commit comments

Comments
 (0)