Idea for Consideration: Trend Analysis on Time Series Metrics (e.g., Team Velocity) #11168
Sebastiaan127001
started this conversation in
Ideas
Replies: 1 comment
-
failed ci-jobs and pipeline duration might also apply for a trend metric (PLUS set to default when creating the metric) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Idea for Consideration: Trend Analysis on Time Series Metrics (e.g., Team Velocity)
In some cases, applying static thresholds to time series metrics (such as team velocity) is too rigid and may lead to false positives or missed signals. For example, a single sprint with lower velocity does not necessarily indicate a problem — however, a statistically significant downward trend over multiple sprints might.
Proposal:
Introduce a trend analysis feature that calculates a p-value for the presence of a statistically significant trend (based on linear regression). This approach quantifies whether a perceived trend is likely to be real or just natural variation.
Why?
Example (Python):
Interpretation of the p-value (trend figure):
A low p-value (e.g., < 0.05) would indicate a statistically significant trend in the data. This "trend score" could be surfaced in Quality-time alongside raw metric values, or flagged via a derived metric.
Beta Was this translation helpful? Give feedback.
All reactions