TuringLang / docs

Documentation and tutorials for the Turing language
https://turinglang.org/docs/tutorials/docs-00-getting-started/
MIT License
225 stars 97 forks source link

Stochastic differential equation tutorial example conditioned on incorrect data #397

Open j-koch opened 1 year ago

j-koch commented 1 year ago

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)