Statistic

The value of the statistics and whether it is weighted and/or includes missing values.

Properties

Name Type Cardinality
isWeighted xs:boolean 0..1
computationBase ComputationBaseList 0..1
content xs:string 1..1

isWeighted

Set to “true” if the statistic is weighted using the weight designated in VariableStatistics.

computationBase

Defines the cases included in determining the statistic. The options are total=all cases, valid and missing (invalid); validOnly=Only valid values, missing (invalid) are not included in the calculation; missingOnly=Only missing (invalid) cases included in the calculation.

content

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_Statistic [ label = "{<id>Statistic | + isWeighted : xs:boolean \l + computationBase : ComputationBaseList \l + content : xs:string \l \l \l| \l \l}" tooltip = "ComplexDataTypes:Statistic" ] subgraph { label = "" node [ color = "#" ] } }