From e4667b9d4b5219eb78c87e8961799d61cb6dd53f Mon Sep 17 00:00:00 2001 From: ajaits Date: Fri, 10 Nov 2023 09:15:08 -0800 Subject: [PATCH] Add new statTypes for rank and decile PiperOrigin-RevId: 581280438 --- core/dcschema.mcf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 64d7e27b7..24f6598bc 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -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" @@ -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