docs icon indicating copy to clipboard operation
docs copied to clipboard

Plot for samples not working in SDE example

Open bonStats opened this issue 2 years ago • 0 comments

See code below located: https://turinglang.org/v0.28/tutorials/10-bayesian-differential-equations/#inference-of-a-stochastic-differential-equation and resulting output

model_sde = fitlv_sde(odedata, prob_sde)

setadbackend(:forwarddiff)
chain_sde = sample(
    model_sde,
    NUTS(0.25),
    5000;
    init_params=[1.5, 1.3, 1.2, 2.7, 1.2, 0.12, 0.12],
    progress=false,
)
plot(chain_sde)

bonStats avatar Sep 01 '23 02:09 bonStats