Original Post
Hello all, I''ve taken on a fairly simple programming job in data analysis and need a bit of help on a task. I have over a thousand data points that describe a graph of this shape:
/\ / \ ___ / \_/ \ / \As you can see, it has 2 peaks; I''m interested in the 2nd, specifically, identifying where the plateau starts and ends. The illustration above is macro-view, the real graph is pretty rough. Does anyone have any ideas toward an algorithm that I could use to identify the start and end points of the 2nd peak? I''m currently thinking about some sort of running average.