EDITH DISTANCE FOR REAL SEQUENCE
Computes the Edit Distance for Real Sequence between a pair of numeric time series using the 'EDRDistance' function from the 'TSdist' package.
We by setting the 'sigma' parameter as the 10
EDR.Measure(s1, s2)
\items1a numeric vector containing the first time series.
\items2a numeric vector containing the second time series.
\itemepsilona positive threshold value that defines the distance.
\itemsimaa Sakoe-Chiba windowing constraint can be added by specifying a positive integer representing the window size.
the computed distance between the pair of series.
EDITH DISTANCE FOR REAL SEQUENCE
Computes the Edit Distance for Real Sequence between a pair of numeric time series using the 'EDRDistance' function from the 'TSdist' package.
We by setting the 'sigma' parameter as the 10
for more details read the 'TSdist' package documentation.