complexType "StatisticDoubleType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:boolean |
|
= |
("total" | "validOnly" | "missingOnly") |
|
|
> |
|
|
</...> |
All Direct / Indirect Based Elements (1):
-
Annotation
The value (expressed as a double) of the statistics and whether it is weighted and/or includes missing values.
Type Derivation Tree
xs:double (extension)
StatisticDoubleType
|
Derivation: |
extension of xs:double
|
XML Source (w/o annotations (3); see within schema source)
<xs:simpleContent>
<xs:extension base="xs:double">
<xs:attribute name="isWeighted" type="xs:boolean"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|
Attribute Detail (all declarations; defined within this component only; 2/2)
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.
Attribute Value
Enumeration: |
"total" |
- |
All cases, both 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.
|
|
XML Source (w/o annotations (1); see within schema source)
isWeighted
-
Type: |
xs:boolean, predefined |
Use: |
optional |
Set to "true" if the statistic is weighted using the weight designated in VariableStatistics.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isWeighted" type="xs:boolean"/>
|