View source: R/Similarity_indices.R
Chebyshev.Measure | R Documentation |
Computes the Chebyshev distance using the 'chebyshev' function from the 'philentropy' package by setting the testNA parameter as False.
Chebyshev.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. The computed distance between the pair of series.
for more details read the 'philentropy' package documentation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.