DiffEqBayes.jl icon indicating copy to clipboard operation
DiffEqBayes.jl copied to clipboard

Extension functionality which uses Stan.jl, DynamicHMC.jl, and Turing.jl to estimate the parameters to differential equations and perform Bayesian probabilistic scientific machine learning

Results 32 DiffEqBayes.jl issues
Sort by recently updated
recently updated
newest added

Running the code in the [Readme](https://github.com/SciML/DiffEqBayes.jl) gives me a Stan model with two sigma parameters, but a Turing model with a single sigma parameter.

Compare https://github.com/SciML/DiffEqBayes.jl/blob/c983590f6a8e70346dbc52ff6f83a81e0019fafe/src/stan_inference.jl#L58 and https://github.com/SciML/DiffEqBayes.jl/blob/c983590f6a8e70346dbc52ff6f83a81e0019fafe/src/turing_inference.jl#L8 which implies either an InverseGamma(2, 3) or an InverseGamma(3, 3) prior.

This pull request changes the compat entry for the `DocStringExtensions` package from `0.8` to `0.8, 0.9`. This keeps the compat entries for earlier versions. Note: I have not tested your...

Hello, it seems that new version doesn't support approximate bayesian computation any more. However, in main `DiffEqBayes.jl`, `abc_inference` is exported. Also, codes of example of README implies that `abc-inference` depends...

Since this is very visible, we should show people towards the Turing one which is less visible from the SciML docs.

Since, [ApproxBayes.jl](https://github.com/marcjwilliams1/ApproxBayes.jl) was integrated here there are a few more ABC engines available that are more fully-featured and likely better supported at present. I'm not using so much ABC in...

https://github.com/SciML/DiffEqBayes.jl/blob/ea7fa7c623eb94b8851332bc09d38499f2e83fe2/src/DiffEqBayes.jl#L21-L25 Similar to the LinearSolve.jl formulation.

I get a BoundsError when calling `turing_inference` when `save_idxs` is a single digit. A minimum code for this from the tutorial: ```julia using ParameterizedFunctions, OrdinaryDiffEq, RecursiveArrayTools, Distributions using DiffEqBayes f1...

The CI seems to be taking unreasonably long to run through the turing_inference tests, probably something changed in newer releases. Should get bisected and reported

Looks like Symbolics has deprecated use of `build_function(