Skip to content

Commit

Permalink
Update minmax operator image
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
  • Loading branch information
emmanuel-ferdman committed Oct 24, 2024
1 parent 74d4c2b commit f898de2
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 f898de2

Please sign in to comment.