Forum Discussion
Slice data where it is trending up
Thanks, for your reply.
A trend is a pattern found in time series datasets; it is used to describe if the data is showing an upward or downward movement for part or all of the time series.
To answer your question, data points could go up or down over a time period...eg could go up from month 1 to month 2, and from month 2 to month 3 then go down again...but it's the overall general trend that I'm interested in.
Does that help ?
Do you have experience in this ? Should the moving average be used to indicate trends to determine as an example that sales for region A are trending up...whereas sales for region B are trending down ?
- lbendlin2 years ago
Super User
but it's the overall general trend that I'm interested in.That means you would only need to compare the first and last entry in your time interval.
Now, moving average is an entirely different story.
I am trying to help you formulate what you are actually trying to achieve.