This wiki is locked. Future workgroup activity and specification development must take place at our new wiki. For more information, see this blog post about the new governance model and this post about changes to the website.

ems:UniformDistribution

Probability distributions: ems:PointEstimate, ems:UniformDistribution, ems:TriangularDistribution, ems:NormalDistribution, ems:PoissonDistribution, ems:QuantileFunction, ems:CumulativeDistributionFunction

Description

A uniform distribution is a probability distribution in which any value between a given low and high value is equally probable, and any value outside that range has zero probability.

An ems:UniformDistribution resource represents a uniform distribution.

Properties

An ems:UniformDistribution resource has the following properties:

Property Range Type Occurrence Edits Description
ems:low datatype xsd:double exactly-one read-write The low value.
ems:high datatype xsd:double exactly-one read-write The high value.

ems:low

This is the low value of the distribution. The probability is zero below this value and goes positive above this value.

ems:high

This is the high value of the distribution. The probability is zero above this value and goes positive below this value.

Examples

Uniform Distribution 1

The following resource represents a uniform distribution with a low value of 30000 and a high value of 100000:

Listing of Uniform Distribution 1
<?xml version="1.0"?>
<ems:UniformDistribution xmlns:ems="http://open-services.net/ns/ems#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
   <ems:low rdf:datatype="http://www.w3.org/2001/XMLSchema#double">30000</ems:low>
   <ems:high rdf:datatype="http://www.w3.org/2001/XMLSchema#double">100000</ems:high>
</ems:UniformDistribution>

Comments

Enter your comments here:

 


This topic: Main > WebHome > PmHome > MetricsHome > MetricsWorkingDocuments > MetricsEMS10RestApi > MetricsEMS10RestApiDataModel > MetricsEmsUniformDistribution
Topic revision: r7 - 24 Sep 2010 - 15:15:15 - ArthurRyman
 
This site is powered by the TWiki collaboration platform Copyright � by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Contributions are governed by our Terms of Use
Ideas, requests, problems regarding this site? Send feedback