Skip to content

Commit

Permalink
Add new statTypes for rank and decile
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 582951109
  • Loading branch information
ajaits authored and copybara-github committed Nov 16, 2023
1 parent bf4e4a9 commit 9182c51
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,13 @@ rangeIncludes: dcs:Number
description: "A measure of the 'tailedness' of the probability distribution of a real-valued random variable"
descriptionUrl: "https://en.wikipedia.org/wiki/Kurtosis"

Node: dcid:decileValue
typeOf: schema:Property
name: "decileValue"
domainIncludes: schema:StatVarObservation
rangeIncludes: schema:Number
description: "Each of ten equal groups into which a population can be divided according to the distribution of values of a particular variable"

Node: dcid:sampleSize
typeOf: schema:Property
name: "sampleSize"
Expand Down Expand Up @@ -1017,6 +1024,14 @@ description: "The infant mortality rate or count of an administrative area."
domainIncludes: schema:AdministrativeArea
rangeIncludes: schema:Number

Node: deprivation
dcid: dcs:deprivation
typeOf: schema:Property
name: "deprivation"
description: "The deprivation experienced by individuals in an area."
domainIncludes: schema:Person
rangeIncludes: schema:Number

Node: dcid:MaternalMortalityEvent
typeOf: dcs:Class
subClassOf: dcs:MortalityEvent
Expand Down Expand Up @@ -2431,16 +2446,16 @@ description: "Identifies a statistical property of Observation."
Node: dcid:rankFromTop
typeOf: schema:Property
name: "rankFromTop"
domainIncludes: dcs:PlaceStatisticalVariable
domainIncludes: dcs:PlaceStatisticalVariable, dcs:StatVarObservation
rangeIncludes: schema:Number
description: "Rank (from top) of the place among all locations with the same PlaceStatisticalVariable attributes, for a given ranking algorithm."
description: "Rank (from top) of the place among all locations with the same attributes, for a given ranking algorithm."

Node: dcid:rankFromBottom
typeOf: schema:Property
name: "rankFromBottom"
domainIncludes: dcs:PlaceStatisticalVariable
domainIncludes: dcs:PlaceStatisticalVariable, dcs:StatVarObservation
rangeIncludes: schema:Number
description: "Rank (from bottom) of the place among all locations with the same PlaceStatisticalVariable attributes, for a given ranking algorithm."
description: "Rank (from bottom) of the place among all locations with the same attributes, for a given ranking algorithm."

Node: dcid:top1000Locations
typeOf: schema:Property
Expand Down

0 comments on commit 9182c51

Please sign in to comment.