EDITH DISTANCE WITH REAL PENALTY
Computes the Edit Distance with Real Penalty between a pair of numeric time series using the 'ERPDistance' function from the 'TSdist' package.
We by setting the 'sigma' parameter as the 10
ERP.Measure(s1, s2)
\items1a numeric vector containing the first time series.
\items2a numeric vector containing the second time series.
\itemgthe reference value used to penalize gaps.
\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 WITH REAL PENALTY
Computes the Edit Distance with Real Penalty between a pair of numeric time series using the 'ERPDistance' function from the 'TSdist' package.
We by setting the 'sigma' parameter as the 10
for more details read the 'TSdist' package documentation.