-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathscales.yaml
More file actions
97 lines (97 loc) · 2.17 KB
/
scales.yaml
File metadata and controls
97 lines (97 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# yaml-language-server: $schema=schemas/scales-schema.yaml
---
schema_version: 2.0.0
scales:
- identifiers:
- id: continuous_ratio
type: unitsml
- id: s:continuous_ratio
type: unitsml
names:
- value: continuous ratio scale
lang: en
short: continuous_ratio
description:
- value: A measurement scale with continuous values and a true zero point, allowing
for ratio comparisons
lang: en
properties:
continuous: true
ordered: true
logarithmic: false
interval: true
ratio: true
- identifiers:
- id: continuous_interval
type: unitsml
- id: s:continuous_interval
type: unitsml
names:
- value: continuous interval scale
lang: en
short: continuous_interval
description:
- value: A measurement scale with continuous values but an arbitrary zero point,
allowing for interval but not ratio comparisons
lang: en
properties:
continuous: true
ordered: true
logarithmic: false
interval: true
ratio: false
- identifiers:
- id: logarithmic_ratio
type: unitsml
- id: s:logarithmic_ratio
type: unitsml
names:
- value: logarithmic ratio scale
lang: en
short: logarithmic_ratio
description:
- value: A scale where equal ratios appear as equal intervals, with a zero point
representing a reference value
lang: en
properties:
continuous: true
ordered: true
logarithmic: true
interval: true
ratio: true
- identifiers:
- id: logarithmic_field
type: unitsml
- id: s:logarithmic_field
type: unitsml
names:
- value: logarithmic field scale
lang: en
short: logarithmic_field
description:
- value: A logarithmic scale used for field quantities that uses natural logarithms
lang: en
properties:
continuous: true
ordered: true
logarithmic: true
interval: true
ratio: false
- identifiers:
- id: discrete
type: unitsml
- id: s:discrete
type: unitsml
names:
- value: discrete scale
lang: en
short: discrete
description:
- value: A scale consisting of discrete, countable values
lang: en
properties:
continuous: false
ordered: true
logarithmic: false
interval: true
ratio: true