We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9bc4e5 commit 298db77Copy full SHA for 298db77
benchmarks/BayesianInference/DiffEqBayesFitzHughNagumo.jmd
@@ -64,7 +64,7 @@ priors = [truncated(Normal(1.0,0.5),0,1.5), truncated(Normal(1.0,0.5),0,1.5), tr
64
#### Stan.jl backend
65
66
```julia
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)), tmpdir = mktempdir())
+@time bayesian_result_stan = stan_inference(prob_ode_fitzhughnagumo,t,data,priors; delta = 0.65, num_samples = 1000, print_summary=false, vars=(DiffEqBayes.StanODEData(), InverseGamma(2, 3)), tmpdir = mktempdir())
68
```
69
70
### Direct Turing.jl
0 commit comments