Skip to content

Commit

Permalink
Merge pull request #321 from emmanuel-ferdman/main
Browse files Browse the repository at this point in the history
Update minmax operator image
  • Loading branch information
jonasvdd authored Oct 28, 2024
2 parents 74d4c2b + f898de2 commit 0223450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotly_resampler/aggregation/aggregators.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class MinMaxOverlapAggregator(DataPointSelector):
"""Aggregation method which performs binned min-max aggregation over 50% overlapping
windows.
![minmax operator image](https://github.com/predict-idlab/plotly-resampler/blob/main/docs/sphinx/_static/minmax_operator.png)
![minmax operator image](https://github.com/predict-idlab/plotly-resampler/blob/main/mkdocs/static/minmax_operator.png)
In the above image, **bin_size**: represents the size of *(len(series) / n_out)*.
As the windows have 50% overlap and are consecutive, the min & max values are
Expand Down

0 comments on commit 0223450

Please sign in to comment.