Skip to content

Commit 1ee2ed6

Browse files
committed
chore: adjust content flow
chore: remove bullets to simplify formatting chore: add spaces to end of each line to keep line breaks
1 parent 8da6661 commit 1ee2ed6

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

measuring/gqm_example/gqm_example_metric.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
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).
7+
**Synopsis**: A brief summary of the metric.
118

12-
```Psuedo-code for the metric```
9+
**Scale/UoM**: What scale and unit of measure does the metric use? The scale determines what kinds of operations are possible. For example, you cannot calculate averages on a nominal scale, even if the ordinals are expressed as numbers. The scale types are nominal, ordinal, interval, and ratio.
10+
11+
**Interpretation**: What do the different values or ranges signify? For example, what does "good" or "bad" mean, or how much is "little" versus "a lot"?
12+
13+
**Measuring**: What input sources do you use to calculate the metric's value?
14+
15+
```Pseudo-code for the metric```
1316

1417
## Goals
1518

0 commit comments

Comments
 (0)