Is there a well known and proven algorithm to find the limit of a set of points, which are time based metrics? I'm looking for an existing implementation, in order not to try and invent something which already exists.
This is what I have in mind:
Run over the numeric values of a series
1. Calculate L which is the top limit, and E, where 2*E is the convergent stripe around L.
- E is configurable
...