TempAbsDissimilarity | R Documentation |
Simply takes the absolute difference between two points, meaning points close in time will have smaller dissimilarity. This is equivalent to Euclidean Distance.
TempAbsDissimilarity(p1, p2)
p1 |
numeric value representing the time order of the point in the response series. |
p2 |
numeric value representing the time order of the point in the response series. |
numeric value of the absolute difference between p1
and p2
.
TempAbsDissimilarity(1, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.