Skip to content

Commit 8da6661

Browse files
Update measuring/gqm_example/gqm_example_metric.md
Co-authored-by: Georg Grütter <[email protected]>
1 parent 43a08f2 commit 8da6661

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

measuring/gqm_example/gqm_example_metric.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
A brief description of the metric.
66

7+
- **Synopsis**: Brief summary of the metric
8+
- **Scale/UoM**: What is the scale and unit of measure of the metric? (nominal, ordinal, interval, ratio - the scale limits the types of operations you can do. E. g. you can't compute averages on a nominal scale, even if the ordinals are expressed as numbers)
9+
- **Interpretation**: What do different values or value ranges mean? (good/bad, little/a lot, ...)
10+
-**Measuring**: How do you actually calculate the value of the metric and what are the input sources (I think that is what _pseudo-code_ is referring to, below).
11+
712
```Psuedo-code for the metric```
813

914
## Goals

0 commit comments

Comments
 (0)