-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Mindey edited this page Nov 9, 2019
·
49 revisions
This wiki serves as a main repository of high level terminology used by our group to work with data sources.
Like any other vocabularies. Just define new terms for each concept that you want to use in your data or for normalizations, and use it.
Concept | What is measured? | In what units it is measured? | What is mathematical domain ? |
---|---|---|---|
Age | time | Years | Real1DIntervalSize |
Timestamp | time | Dates | Real1DPoint |
Distance | space | LightYears | Real1DIntervalSize |
Clicks | events | AbsoluteFrequencies | Natural1DPoint |
Pressure | force | Pascals | Real2DScalarField |
Price | exchange | EUR | Real1DPoint |
... | ... | ... | ... |
Variable | Var-CATEGORY | Var-MEASURE | Var-DOMAIN |
Knowing the Variable, its CATEGORY, MEASURE, and mathematical DOMAIN, just translate that into a description like so:
Variable#CATEGORY-MEASURE-DOMAIN
When you write new concept to this wiki, you can access its URL by:
import metawiki
metawiki.name2url('GH:wefindx/terms/Variable#CATEGORY-MEASURE-DOMAIN')
Take a look at the examples, of how these terms appear in pages like Age, Timestamp, ... Price.
Let Everything Exist *
More info: metaformat.