SSIMT: SSIMT INDEX

View source: R/Similarity_indices.R

SSIMTR Documentation

SSIMT INDEX

Description

Computes SSIMT similarity index between two same length time series X and Y.

Usage

SSIMT(x, y, FUN = mean, ...)

Arguments

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.

Value

a real number between 1 and -1; where 1 means max similarity, -1 means opposite behavior and 0 no similarity.


juancbellass/time-series-r-package documentation built on Aug. 26, 2023, 8:06 p.m.