h-Klok / StatsWithJuliaBook

https://statisticswithjulia.org/
MIT License
1.08k stars 279 forks source link

Add examples with DifferentialEquations.jl when doing dynamics? #15

Closed ChrisRackauckas closed 5 years ago

ChrisRackauckas commented 5 years ago

When showing the ODEs, SDEs, and discrete event simulation, it would be nice to showcase how to use the packages, since writing out Euler methods and using Kalman filters really doesn't scale. This would make it useful to the wider community of engineers.

yoninazarathy commented 5 years ago

We do this in Listing 10.2 already. Indeed DifferentialEquations.jl is a very useful package.