Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element DistributionTransformationType / DistributionTransformationEnum
Annotations
The DistributionTransformationEnum element describes an often-used distribution transformation.
Diagram
Diagram Statistics_xsd_Simple_Type_DistributionTransformationEnumType.tmp#DistributionTransformationEnumType
Type DistributionTransformationEnumType
Properties
content simple
Facets
enumeration LOGNORMAL
enumeration BOUNDED
enumeration UNBOUNDED
Source
<xs:element name="DistributionTransformationEnum" type="DistributionTransformationEnumType">
  <xs:annotation>
    <xs:documentation>The DistributionTransformationEnum element describes an often-used distribution transformation.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element DistributionTransformationType / BoxCoxTransformation
Annotations
The BoxCoxTransformation element is the exponent used in a Box Cox transformation.
Diagram
Diagram
Type xs:decimal
Properties
content simple
Source
<xs:element name="BoxCoxTransformation" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>The BoxCoxTransformation element is the exponent used in a Box Cox transformation.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Element DistributionTransformationType / OtherDistributionTransformation
Annotations
The OtherDistributionTransformation element describes the distribution transformation in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherDistributionTransformation" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherDistributionTransformation element describes the distribution transformation in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd
Complex Type DistributionTransformationType
Annotations
The SamplingIntervalType defines the sampling interval.
Diagram
Diagram Statistics_xsd_Complex_Type_DistributionTransformationType.tmp#DistributionTransformationType_DistributionTransformationEnum Statistics_xsd_Complex_Type_DistributionTransformationType.tmp#DistributionTransformationType_BoxCoxTransformation Statistics_xsd_Complex_Type_DistributionTransformationType.tmp#DistributionTransformationType_OtherDistributionTransformation
Used by
Children BoxCoxTransformation, DistributionTransformationEnum, OtherDistributionTransformation
Source
<xs:complexType name="DistributionTransformationType">
  <xs:annotation>
    <xs:documentation>The SamplingIntervalType defines the sampling interval.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="DistributionTransformationEnum" type="DistributionTransformationEnumType">
      <xs:annotation>
        <xs:documentation>The DistributionTransformationEnum element describes an often-used distribution transformation.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BoxCoxTransformation" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>The BoxCoxTransformation element is the exponent used in a Box Cox transformation.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherDistributionTransformation" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherDistributionTransformation element describes the distribution transformation in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Statistics.xsd