View source: R/Similarity_indices.R
Frechets.Measure | R Documentation |
Computes the Frechet distance between two numerical trajectories.
Frechets.Measure(s1, s2)
s1 |
a numeric vector containing the first time series. |
s2 |
a numeric vector containing the second time series. |
a positive real number resulting from the the calculated distance between the pair of series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.