Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agosztolai authored Mar 9, 2024
1 parent 5cef499 commit fa83152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ If you measure time series observables, such as neural firing rates, you can sta

If you do not directly have access to the velocities, you can approximate them as `x = np.vstack([np.diff(ts_1, axis=0), np.diff(ts_2, axis=0)])` and take `pos = np.vstack([ts_1[:-1,:], ts_2[:-1,:]])` to ensure `pos` and `x` have the same length.

If you just want to play around with dynamical systems, why not try our (experimental) sister package [DE_library] (https://github.com/agosztolai/DE_library).
If you just want to play around with dynamical systems, why not try our (experimental) sister package [DE_library](https://github.com/agosztolai/DE_library).

<a name="conditions"></a>
### More on different conditions
Expand Down

0 comments on commit fa83152

Please sign in to comment.