Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 1a65623

Browse files
committed
Documentation references fixes.
1 parent 1e9fd94 commit 1a65623

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

biosppy/signals/emg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def lidierth_onset_detector(signal=None, rest=None, sampling_rate=1000.,
465465
466466
References
467467
----------
468-
.. [Li98] Lidierth M, "A computer based method for automated measurement
468+
.. [Li86] Lidierth M, "A computer based method for automated measurement
469469
of the periods of muscular activity from an EMG and its application to
470470
locomotor EMGs", ElectroencephClin Neurophysiol, vol. 64:4,
471471
pp. 378–380, 1986

biosppy/signals/tools.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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'):
15431543
def 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

Comments
 (0)