View source: R/Similarity_indices.R
CORT.Measure | R Documentation |
Computes the Temporal Correlation of Chouakria and Nagabhushan between two same length time series s1 and s2, and return the result of 1-abs(CORT).
CORT.Measure(s1, s2)
s1 |
a numeric vector containing the first time series. |
s2 |
a numeric vector containing the second time series. |
k |
a equal to 3.1 by default. |
a positive real number between 0 and 1. Where 0 is the maximum similarity and 1 the maximum dissimilarity.
for more details read Chouakria Douzal 2003.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.