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

PAA with reduced number of loops to compute the segments #4

Closed
wants to merge 0 commits into from
Closed

PAA with reduced number of loops to compute the segments #4

wants to merge 0 commits into from

Conversation

marclagies
Copy link

@marclagies marclagies commented Sep 11, 2018

Iterating over series_len * paa_segement to calculate the PAA series
might take very long. Instead we precompute the series break points
for the segmentation and iterate only once over the series.

Edit: I think this is as good as it gets now. I did some tests and compared
the resulting series with the results of the original PAA implementation and
the deltas were within +/- 10^-11.

@marclagies marclagies closed this Sep 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant