You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/comparison-analysis.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,13 @@ The relevance test run summary is determined by the number of significant and re
56
56
57
57
#### Magnitude
58
58
59
-
Magnitude is a combination of two factors:
60
-
* how large a change is regardless of the direction of the change
61
-
* how much that change went over the significance threshold
59
+
Magnitude is a small set of discrete buckets describing how "big" a change is from "very small" to "very large". It is a combination of two factors:
60
+
* how much that change went over the significance threshold.
61
+
* this criteria is the same regardless of which metric is being measured.
62
+
* how large percentage wise a change is regardless of the direction of the change.
63
+
* which bucket a change falls into is metric dependent (i.e., changes of the same percent might fall into different buckets depending on the metric in question)
62
64
63
-
As an example, if a change that is large in absolute terms only exceeds the significance threshold by a small factor, then the overall magnitude of the change is considered small.
65
+
As an example, if a change that is large in absolute terms only exceeds the significance threshold by a small factor, then the overall magnitude of the change is considered small. On the other hand, if a change is small in absolute terms but exceeds the significance threshold by a very large amount, then the overall magnitude of the change is considered large.
0 commit comments