TuringLang / SSMProblems.jl

Common abstractions for state-space models
http://turinglang.org/SSMProblems.jl/
MIT License
2 stars 2 forks source link

Add Kalman filter example #26

Closed THargreaves closed 10 months ago

THargreaves commented 10 months ago

Solves #25

Output:

Output

yebai commented 10 months ago

@FredericWantiez do you know why Literate fails despite the script running correctly locally?

FredericWantiez commented 10 months ago

Literate uses # to parse Markdown and comments inside functions usually mess up everything

yebai commented 10 months ago

Thanks @THargreaves @FredericWantiez.