| ... |
... |
@@ -1,0 +1,14 @@ |
|
1 |
+== 6.1 Context == |
|
2 |
+ |
|
3 |
+Some statistical systems create views of data based on a “cube” structure. In essence, a cube is an n-dimensional object where the value of each [[dimension>>doc:xwiki:Glossary.Dimension.WebHome]] can be derived from a [[hierarchical code list>>doc:xwiki:Glossary.Hierarchical code list.WebHome]]. The utility of such cube systems is that it is possible to “roll up” or “drill down” each of the [[hierarchy>>doc:xwiki:Glossary.Hierarchy.WebHome]] (% style="color:#2ecc71" %)levels(%%) for each of the [[dimensions>>doc:xwiki:Glossary.Dimension.WebHome]] to specify the (% style="color:#2ecc71" %)level(%%) of granularity required to give a “view” of the data – some [[dimensions>>doc:xwiki:Glossary.Dimension.WebHome]] may be rolled up, others may be drilled down. Such systems give a dynamic view of the data, with aggregated values for rolled up [[dimension>>doc:xwiki:Glossary.Dimension.WebHome]] positions. For example, the individual countries may be rolled up into an economic region such as the EU, or a geographical region such as Europe, whilst another [[dimension>>doc:xwiki:Glossary.Dimension.WebHome]], such as “type of road” may be drilled down to its lower (% style="color:#2ecc71" %)level(%%). The resulting [[measure>>doc:xwiki:Glossary.Measure.WebHome]] (such as “number of accidents”) would then be an aggregation of the value for each individual country for the specific type of road. |
|
4 |
+ |
|
5 |
+Such cube systems rely, not on simple [[code lists>>doc:xwiki:Glossary.Code list.WebHome]], but on [[hierarchical code>>doc:xwiki:Glossary.Hierarchical code.WebHome]] sets (see section 8). |
|
6 |
+ |
|
7 |
+== 6.2 Support for the Cube in the Information Model == |
|
8 |
+ |
|
9 |
+Data reported using a [[Data Structure Definition>>doc:xwiki:Glossary.Data structure definition.WebHome]] structure (where each [[dimension>>doc:xwiki:Glossary.Dimension.WebHome]] value, if coded, is taken from a flat [[code list>>doc:xwiki:Glossary.Code list.WebHome]]) can be described by a cube definition and can be processed by cube aware systems. The [[SDMX-IM>>doc:xwiki:Glossary.SDMX Information Model.WebHome]] supports the definition of such cubes in the following way: |
|
10 |
+ |
|
11 |
+* The [[Hierarchy>>doc:xwiki:Glossary.Hierarchy.WebHome]] defines the (often complex) [[hierarchies>>doc:xwiki:Glossary.Hierarchy.WebHome]] of [[codes>>doc:xwiki:Glossary.Code.WebHome]]. |
|
12 |
+* If required: |
|
13 |
+** The StructureMap can group DataStructureDefinition that describe the cube |
|
14 |
+** The HierarchyAssociation can provide a mechanism to apply a [[Hierarchy>>doc:xwiki:Glossary.Hierarchy.WebHome]] to the [[Codes>>doc:xwiki:Glossary.Code.WebHome]] in the Codelists used by the DataStructureDefinition, providing also the context of which the [[hierarchy>>doc:xwiki:Glossary.Hierarchy.WebHome]] applies (e.g., a [[Dataflow>>doc:xwiki:Glossary.Dataflow.WebHome]]). |