From 8d5bb8a1b9fe2c7c9d4ac61f94ac6d71c0c40bec Mon Sep 17 00:00:00 2001 From: ajaits Date: Tue, 21 Nov 2023 05:35:48 -0800 Subject: [PATCH] add statType for rankAscendingValue, rankDescendingValue PiperOrigin-RevId: 584297153 --- core/dcschema.mcf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 4d7553caa..6be468f52 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -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"