Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metric to measure the time series similarity #76

Open
sarahmish opened this issue Aug 26, 2021 · 0 comments
Open

Metric to measure the time series similarity #76

sarahmish opened this issue Aug 26, 2021 · 0 comments
Labels
feature request Request for a new feature

Comments

@sarahmish
Copy link

Problem Description

Current time series metrics in SDMetrics are detection/classifier based. It would be beneficial to have a metric that assesses the quality of the synthetic time series and the original one. An example of such metric would be something to compare the autocorrelation of the original time series and the correlation of the synthetic one.

acf

In this case, the sampled sequences do not preserve the correlation of the time series with itself.

Discussion

Since the most important value in autocorrelation are the ones with low lag values, we can take the maximum as a "metric" of how well AC is. Other ideas of how we can construct a metric to assess the seasonality/periodicity of the signal can be constructed around the FFT of the two signals.

@sarahmish sarahmish added the internal The issue doesn't change the API or functionality label Aug 26, 2021
@csala csala added new feature and removed internal The issue doesn't change the API or functionality labels Sep 6, 2021
@npatki npatki added feature request Request for a new feature and removed new feature labels Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature
Projects
None yet
Development

No branches or pull requests

3 participants