@@ -1365,7 +1365,7 @@ def _init_dist_profile(m, n, signal):
13651365 """Compute initial time series signal statistics for distance profile.
13661366
13671367 Implements the algorithm described in [Mueen2014]_, using the notation
1368- from [Yeh2016 ]_.
1368+ from [Yeh2016_a ]_.
13691369
13701370 Parameters
13711371 ----------
@@ -1387,7 +1387,7 @@ def _init_dist_profile(m, n, signal):
13871387 ----------
13881388 .. [Mueen2014] Abdullah Mueen, Hossein Hamooni, "Trilce Estrada: Time
13891389 Series Join on Subsequence Correlation", ICDM 2014: 450-459
1390- .. [Yeh2016 ] Chin-Chia Michael Yeh, Yan Zhu, Liudmila Ulanova,
1390+ .. [Yeh2016_a ] Chin-Chia Michael Yeh, Yan Zhu, Liudmila Ulanova,
13911391 Nurjahan Begum, Yifei Ding, Hoang Anh Dau, Diego Furtado Silva,
13921392 Abdullah Mueen, Eamonn Keogh, "Matrix Profile I: All Pairs Similarity
13931393 Joins for Time Series: A Unifying View that Includes Motifs, Discords
@@ -1543,7 +1543,7 @@ def distance_profile(query=None, signal=None, metric='euclidean'):
15431543def signal_self_join (signal = None , size = None , index = None , limit = None ):
15441544 """Compute the matrix profile for a self-similarity join of a time series.
15451545
1546- Implements the algorithm described in [Yeh2016 ]_.
1546+ Implements the algorithm described in [Yeh2016_b ]_.
15471547
15481548 Parameters
15491549 ----------
@@ -1571,7 +1571,7 @@ def signal_self_join(signal=None, size=None, index=None, limit=None):
15711571
15721572 References
15731573 ----------
1574- .. [Yeh2016 ] Chin-Chia Michael Yeh, Yan Zhu, Liudmila Ulanova,
1574+ .. [Yeh2016_b ] Chin-Chia Michael Yeh, Yan Zhu, Liudmila Ulanova,
15751575 Nurjahan Begum, Yifei Ding, Hoang Anh Dau, Diego Furtado Silva,
15761576 Abdullah Mueen, Eamonn Keogh, "Matrix Profile I: All Pairs Similarity
15771577 Joins for Time Series: A Unifying View that Includes Motifs, Discords
@@ -1661,7 +1661,7 @@ def signal_cross_join(signal1=None,
16611661 """Compute the matrix profile for a similarity join of two time series.
16621662
16631663 Computes the nearest sub-sequence in `signal2` for each sub-sequence in
1664- `signal1`. Implements the algorithm described in [Yeh2016 ]_.
1664+ `signal1`. Implements the algorithm described in [Yeh2016_c ]_.
16651665
16661666 Parameters
16671667 ----------
@@ -1691,7 +1691,7 @@ def signal_cross_join(signal1=None,
16911691
16921692 References
16931693 ----------
1694- .. [Yeh2016 ] Chin-Chia Michael Yeh, Yan Zhu, Liudmila Ulanova,
1694+ .. [Yeh2016_c ] Chin-Chia Michael Yeh, Yan Zhu, Liudmila Ulanova,
16951695 Nurjahan Begum, Yifei Ding, Hoang Anh Dau, Diego Furtado Silva,
16961696 Abdullah Mueen, Eamonn Keogh, "Matrix Profile I: All Pairs Similarity
16971697 Joins for Time Series: A Unifying View that Includes Motifs, Discords
0 commit comments