Skip to content

Commit

Permalink
Update paper.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beckyperriment authored Apr 11, 2023
1 parent 019e006 commit 5bdbd2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion joss/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ The main features of ``DTW-C++`` are as follows:

Consider a time series to be a vector of some arbitrary length. Consider that we have $p$ such vectors in total, each possibly differing in length. To find a subset of $k$ clusters within the set of $p$ vectors we must first make $\frac{(^p C_2)}{2}$ pairwise comparisons between all vectors within the total set and find the `similarity' between each pair. This requires a distance metric to be defined, and dynamic time warping uses local warping (stretching or compressing along the time axis) of the elements within each vector to find optimal alignment (i.e., with minimum cost/distance) between each pair of vectors.


Comparing two short time series $x$ and $y$ of differing lengths $n$ and $m$

$$
Expand Down

0 comments on commit 5bdbd2e

Please sign in to comment.