diff --git a/README.md b/README.md index a34a4e0d7eedeb8101a93e6e8797ca7da0287a4b..0618b7d5ca7107e083cfae6375aa70791b7baa40 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Miscellaneous <a href="https://www.python.org/">Python</a> code. <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> +<br> <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>