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: 581280438
  • Loading branch information
ajaits authored and copybara-github committed Nov 10, 2023
1 parent dab176d commit e4667b9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,21 @@ 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:rankingValue
typeOf: schema:Property
name: "rankingValue"
domainIncludes: schema:StatVarObservation
rangeIncludes: schema:Number
description: "The ordinal value within a some data when the values are sorted"
descriptionUrl: "https://en.wikipedia.org/wiki/Ranking_(statistics)"

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 +1032,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

0 comments on commit e4667b9

Please sign in to comment.