Skip to content

Commit

Permalink
second update JOSS
Browse files Browse the repository at this point in the history
  • Loading branch information
pswpswpsw committed Oct 6, 2023
1 parent d5c5592 commit b2bf43b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/JOSS/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,10 @@ Xnext = np.vstack(Xnext)
```
We plot `X` in Fig. \ref{fig:example-edmd}, while `Xnext` is omitted for brevity.

Now we start using `pykoopman` to learn Koopman operator from the above system. To begin with, we can create an observable function and an appropriate regressor. These two objects will then serve as input for the `pykoopman.Koopman` class. For instance, we can employ EDMD to approximate the slow manifold dynamics as shown in Fig. \ref{eq:slow_manifold}.
Now we start using `pykoopman` to learn Koopman operator from the above system.
To begin with, we can create an observable function and an appropriate regressor.
These two objects will then serve as input for the `pykoopman.Koopman` class.
For instance, we can employ EDMD to approximate the slow manifold dynamics as shown in Fig. \ref{eq:example-edmd}.

```python
from pykoopman import Koopman
Expand Down

0 comments on commit b2bf43b

Please sign in to comment.