View source: R/Similarity_indices.R
SSIMT | R Documentation |
Computes SSIMT similarity index between two same length time series X and Y.
SSIMT(x, y, FUN = mean, ...)
FUN |
mean by default. |
... |
some other parameter required by the function FUN. |
X |
a time series of length n with real values. |
Y |
a time series of length n with real values. |
a real number between 1 and -1; where 1 means max similarity, -1 means opposite behavior and 0 no similarity.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.