File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ The following video provides the background and motivation for developing and op
77.. raw :: html
88
99 <div style =" position : relative ; padding-bottom : 56.25% ; height : 0 ; overflow : hidden ; max-width : 100% ; height : auto ;" >
10- <iframe src =" https://www.youtube.com/embed/T9_z7EpA8QM " frameborder =" 0" allowfullscreen style =" position : absolute ; top : 0 ; left : 0 ; width : 100% ; height : 100% ;" ></iframe >
10+ <iframe src =" https://www.youtube.com/watch?v=0O6dlq6a4rA " frameborder =" 0" allowfullscreen style =" position : absolute ; top : 0 ; left : 0 ; width : 100% ; height : 100% ;" ></iframe >
1111 </div >
Original file line number Diff line number Diff line change @@ -414,13 +414,13 @@ def match(
414414 Find all matches of a query ``Q`` in a time series ``T``
415415
416416 The indices of subsequences whose distances to ``Q`` are less than or equal to
417- ``max_distance``, sorted by distance (lowest to highest). Around each occurrence an
417+ ``max_distance``, sorted by distance (lowest to highest). Around each occurrence, an
418418 exclusion zone is applied before searching for the next.
419419
420420 Parameters
421421 ----------
422422 Q : numpy.ndarray
423- The query sequence. It doesn't have to be a subsequence of ``T``.
423+ The query sequence. ``Q`` does not have to be a subsequence of ``T``.
424424
425425 T : numpy.ndarray
426426 The time series of interest.
You can’t perform that action at this time.
0 commit comments