Time Warp Edit Distance (TWED) is a distance measure for discrete time series. In comparison to other distance measures, (e.g. DTW, LCS) TWED is a metric. It was first proposed in 2009 by P.-F. Marteau.
Contents
Definition
                    
whereas
                    
                    
                    
Whereas the recursion                     
                    
                    
                    
with                     
Implementation
An implementation of the TWED-Algorithm in C or Matlab can be downloaded from the authors's homepage
