AveTranslate            Create an Average Point Translation Vector
DTW                     Run the Dynamic Time Warping Algorithm on Two
                        Trajectories
DistanceCheck           Check if Two Points Lie Within some Distance in
                        All Dimensions
DistanceSq              Calculate the Square Distance Between Two
                        Points
Dot                     Calculate the Dot Product Between Two Vectors
EditDist                Run the Edit Distance Algorithm on Two
                        Trajectories
Frechet                 Run the Frechet Calculation Algorithm on Two
                        Trajectories
FrechetCheck            Checks a Frechet Leash Distance
LCSS                    Run the LCSS Algorithm on Two Trajectories
                        Allowing Translations
LCSSCalc                Run the LCSS Algorithm on Two Trajectories
                        Without Translations
LCSSRatio               Find the LCSS Ratio using Two Trajectories
                        Allowing Translations
LCSSRatioCalc           Find the LCSS Ratio using Two Trajectories
                        Without Translations
LCSSTranslation         Create a Translation Vector Using LCSS
SimLoop                 Loop Over and Test Trajectories With Different
                        Translations
SimilarityMeasures-package
                        Implements Several Similarity Measures and
                        Useful Functions
SinglePointCalc         Calculate Frechet Distance With a Single Point
                        Trajectory
StartEndTranslate       Translate a Trajectory Based on Start and End
                        Points
TrajCheck               Checking Two Trajectories are Matrices of N
                        Dimensional Points
TranslationSubset       Calculate the Subset of Translations for LCSS
