Class LogNormalDistribution

Applied Stereotypes:
XSDcomplexType

Defines a log normal distribution.

Used in:
StochasticDistributionType
Properties
  Name Type Cardinality AppliedStereotypes Description
  expectedValue double 1..1 XSDattribute Defines the expected value (mean) for a log normal distribution. Range: ]-inf; inf[
  variance double 1..1 XSDattribute Defines the variance for a log normal distribution (square of standard deviation). Range: ]0; inf[
  range Range 0..1 XSDelement Defines the limits of the log normal distribution regarding the definition space. Lower limit must be > 0. Assumed range if omitted: ]0; inf[
XSD 1.3 Representation


<xsd:complexType name="LogNormalDistribution">
<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>

Change log from version 1.2
  • Class created.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property expectedValue
    • XSDattribute
  • Property variance
    • XSDattribute
  • Property range
    • XSDelement [position: "1"]

To XSD