Good afternoon guys, I have this new question, I hope that you can help me again:
I have a vector, which you can find in the next link:
https://drive.google.com/file/d/0B4WGV21GqSL5Y09GU240N3F1YkU/edit?usp=sharing
The vector plotted looks like this:
As you can see, there's some parts in the graph where the data has a behavior almost linear. This is what i'm talking about:
What I need is to find those breaking points based in the linearity of some parts in the data. And you probably ask yourself, what happens when the part of the data is not linear, well, the algorithm won't take that part.
I hope that you can help me, thanks.
diff
and see when it exceeds a certain threshold (ideally 0, but depending on how noisy the data is that won't be the case). – Milch