Skip to content

Plot for samples not working in SDE example #420

Closed
@bonStats

Description

@bonStats

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)

Activity

linked a pull request that will close this issueAdd Bayes SDE notebook #446on May 25, 2024
yebai

yebai commented on May 25, 2024

@yebai
Member

This is likely due to incorrect inference results observed in #587 instead of a plotting issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @yebai@bonStats

      Issue actions

        Plot for samples not working in SDE example · Issue #420 · TuringLang/docs