diff --git a/README.md b/README.md index d7f4d022cb6df9d20042a27673ffc691fb5c773a..a34a4e0d7eedeb8101a93e6e8797ca7da0287a4b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Miscellaneous <a href="https://www.python.org/">Python</a> code. <br> <ul> +<li><a href="https://gitlab.jyu.fi/juigmend/python-miscellaneous/-/blob/main/one_vs_others.ipynb">One vs. Others</a> (Jupyter notebook) Shows how the Dynamic Time Warping minimum-warp optimal path could be used to assess anticipation or delay of one moving body compared to others.</li> + + <li><a href="https://gitlab.jyu.fi/juigmend/python-miscellaneous/-/blob/main/dtw_minwarplag.ipynb">DTW, Minimum-Warp Path, and Pointwise Lag</a> (Jupyter notebook) Two methods for the Dynamic Time Warping algorithm: a library function, and a procedural script. Also algorithms to reduce the time-warping of the optimal path and to get its pointwise lag.</li> <br>