TuringLang/docs

Stochastic differential equation tutorial example conditioned on incorrect data

j-koch opened this issue · 0 comments

In this tutorial, the stochastic differential equation example is conditioned on the synthetic data 'odedata';
model_sde = fitlv_sde(odedata, prob_sde)
It appears that this should instead be conditioned on 'data'; the current output of the ensemble SDE solution:
data = solve(ensembleprob, SOSRI(); saveat=0.1, trajectories=1000)