Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
fhchl committed Jan 19, 2024
1 parent 50f39da commit 8565e67
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 133 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ docs/generated
*.pytest_cache
.pytype
.ruff_cache
.mypy_cache
.mypy_cache
.ipynb_checkpoints
.virtual_documents
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ This package allows for straight-forward simulation, fitting and linearization o
by combing [JAX][jax], [Diffrax][diffrax], [Equinox][equinox], and [scipy.optimize][scipy]. Its main features
include:

- estimation of ODE parameters and their covariance via the prediction-error method
- estimation of ODE parameters and their covariance via the prediction-error method ([example](examples/fit_ode.ipynb))
- estimation of linear ODE parameters via matching of frequency-response functions
- estimation through multiple experiments
- estimation from multiple experiments
- estimation with a poor man's multiple shooting
- input-output linearization of continuous- and discrete-time input-affine systems with well-defined relative degree
- estimation of a system's relative-degree
Expand Down
244 changes: 114 additions & 130 deletions examples/fit_ode.ipynb

Large diffs are not rendered by default.

0 comments on commit 8565e67

Please sign in to comment.