Class NormalDistribution

Applied Stereotypes:
XSDcomplexType

Normal distribution which can be applied to a single parameter.

Used in:
StochasticDistributionType
Properties
  Name Type Cardinality AppliedStereotypes Description
  expectedValue double 1..1 XSDattribute Defines the expected value (mean) for a normal distribution.
  variance double 1..1 XSDattribute Defines the variance for a normal distribution.(Square of standard deviation).
  range Range 0..1 XSDelement Defines the limits of the normal distribution regarding to the definition space.
XSD 1.3 Representation


<xsd:complexType name="NormalDistribution">
<xsd:sequence>
<xsd:element name="Range" type="Range" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="expectedValue" type="Double" use="required"/>
<xsd:attribute name="variance" type="Double" use="required"/>
</xsd:complexType>

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

To XSD