Skip to content

Commit

Permalink
add statType for rankAscendingValue, rankDescendingValue
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 584297153
  • Loading branch information
ajaits authored and copybara-github committed Nov 24, 2023
1 parent 69f6daa commit 9a3a19a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,22 @@ 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:rankAscendingValue
typeOf: schema:Property
name: "rankAscendingValue"
domainIncludes: schema:StatVarObservation
rangeIncludes: schema:Number
description: "The ordinal value within a some data when the values are sorted in ascending order"
descriptionUrl: "https://en.wikipedia.org/wiki/Ranking_(statistics)"

Node: dcid:rankDescendingValue
typeOf: schema:Property
name: "rankDescendingValue"
domainIncludes: schema:StatVarObservation
rangeIncludes: schema:Number
description: "The ordinal value within a some data when the values are sorted in descending order"
descriptionUrl: "https://en.wikipedia.org/wiki/Ranking_(statistics)"

Node: dcid:sampleSize
typeOf: schema:Property
name: "sampleSize"
Expand Down

0 comments on commit 9a3a19a

Please sign in to comment.