Class HistogramBin

Applied Stereotypes:
XSDcomplexType

A bin in a histogram.

Used in:
Histogram
Properties
  Name Type Cardinality AppliedStereotypes Description
  weight double 1..1 XSDattribute This is used to define a probability for a value to end up in a specific interval represented by range. Instead of a probability a defined count or weight has to be defined. The probability can be calculated by the (1/sum(all weights from histogram bins)) * weight.
  range Range 1..1 XSDelement Defines the range or interval of the bin in a histogram.
XSD 1.3 Representation


<xsd:complexType name="HistogramBin">
<xsd:sequence>
<xsd:element name="Range" type="Range"/>
</xsd:sequence>
<xsd:attribute name="weight" type="Double" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property weight
    • XSDattribute
  • Property range
    • XSDelement [position: "1"]

To XSD