Class PoissonDistribution
- Applied Stereotypes:
-
XSDcomplexType
Poisson 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 for a poisson distribution. |
| |
range |
Range |
0..1 |
XSDelement
|
Defines the lower limit and the upper limit of the poisson distribution regarding to the definition space. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="PoissonDistribution">
<xsd:sequence>
<xsd:element name="Range" type="Range" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="expectedValue" type="Double" use="required"/>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'range'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property expectedValue
-
Property range
|
To XSD