How can I measure, if my time series is not changing with time , that is the value is constant for a very long period of time(not looking for stationarity test)
Asked
Active
Viewed 497 times
1 Answers
1
I don't know what exactly would fit your needs but here are some things I can think of are -
- Just Plot it if it's small enough to identify regions of constant value
- Write a small piece of code which finds subarrays with same value being repeated for a certain number of times if you want the value to be absolutely constant, alternatively you can add a tolerance so that values within a +- range are accepted
Also this might interest you

FoundABetterName
- 103
- 3
- 18