Skip to content

Commit

Permalink
Merge pull request #159 from SimiPixel/kalman-filter-example
Browse files Browse the repository at this point in the history
added new kalman-filter example
  • Loading branch information
patrick-kidger authored Oct 28, 2022
2 parents 496eaac + f72e90c commit b847552
Show file tree
Hide file tree
Showing 2 changed files with 488 additions and 0 deletions.
487 changes: 487 additions & 0 deletions examples/kalman_filter.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ nav:
- Symbolic Regression: 'examples/symbolic_regression.ipynb'
- Stiff ODE: 'examples/stiff_ode.ipynb'
- Steady State: 'examples/steady_state.ipynb'
- Kalman Filter: 'examples/kalman_filter.ipynb'
- Basic API:
- 'api/type_terminology.md'
- 'api/diffeqsolve.md'
Expand Down

0 comments on commit b847552

Please sign in to comment.