testing
<p>A <em>cumulative distribution function</em> (cdf) is a probabilty distribution defined by giving the
cumulative probability at an increasing sequence of measurement values.
The range of possible measurement values may be unbounded.
If a lower bound exists, it is given by <a href="#low"><code>ems:low</code></a>.
If an upper bound exists, it is given by <a href="#high"><code>ems:high</code></a>.</p>
<p>The graph of the cumulative distribution function is given by a set of measurement values
at an increasing sequence of cumulative probabilities between 0 and 1.
The cumulative probability values are given by one or more
<a href="#cdfPoint"><code>ems:cdfPoint</code></a> properties.</p>
CumulativeDistributionFunction
testing
This class describes a row of a fact table
(see <a href="#FactTable"><code>ems:FactTable</code></a>).
Each fact row has a set of dimension cells
(see <a href="#DimensionCell"><code>ems:DimensionCell</code></a>)
and measure cells
(see <a href="#MeasureCell">ems:MeasureCell</a>).
These MUST match the description of the columns given in the head of the fact table
(see <a href="#Head"><code>ems:Head</code></a>).
Fact
testing
A <em>normal distribution</em> (also known as a <em>Gaussian distribution</em>
is a probability distribution that naturally arises as the
limit of many random factors. It is symmetric about its mean and has a certain scale.
The mean is given by <a href="#mu"><code>ems:mu</code></a>.
Its scale (also known as its standard deviation) is given by
<a href="#scale"><code>ems:scale</code></a>.
NormalDistribution
testing
This class describes a dimension cell in a row of a fact table.
A dimension cell refers to its column
(see <a href="#ems:inColumn"><code>ems:inColumn</code></a>
and has a dimension member
(see <a href="#dimensionMember"><code>ems:dimensionMember</code></a>).
DimensionCell
testing
This property links a resource, e.g. <a href="#MeasureDistribution">ems:MeasureDistribution</a>
to a probability distribution.
distribution
testing
This class defined the columns of a fact table.
A fact table MUST have one or more dimension columns, e.g. date or role,
and one or more measure columns, e.g. cost or effort.
The dimension columns contain dimension values.
Dimension columns SHOULD contain standard dimension values when they exist, e.g. for roles.
The creator of the fact table MAY use custom dimension dimension values and
record how these custom values are mapped to the standard values.
Head
testing
A <em>dimension member</em> is some subset of a dimension.
For example, work on a project is performed by people in various roles.
It is often of interest to break down an effort estimate or measurement by role.
Members of the dimension <em>role</em>
(<a href="http://open-services.net/ns/ems/dimension#Role"><code>dimension:Role</code></a>)
include <em>manager</em>
(<a href="http://open-services.net/ns/ems/dimension-member#Manager"><code>dimension-member:Manager</code></a>
and <em>programmer</em>
(<a href="http://open-services.net/ns/ems/dimension-member#Programmer"><code>dimension-member:Programmer</code></a>).
DimensionMember
testing
This property links a WBS resource to the XML format of its content.
EMS does not define a format for WBS content.
Instead, this property identifies the specification that defines the XML format of the WBS content.
wbsFormat
stable
A <em>measure</em>, as in the idiom <em>take the measure of</em>,
is the result of observing some numerically quantifiable aspect of a project, system, or thing.
For example, a <em>duration of 12 months</em> or a <em>size of 10 KLOC</em> are measures.
The aspect being measured, e.g. duration or size, is referred to as the <em>metric</em>
and is given by the property <a href='#metric'><code>ems:metric</code></a>.
The scale of measurement, e.g. months or KLOC, is referred to as the <em>unit of measure</em>
and is given by the property <a href="#unitOfMeasure"><code>ems:unitOfMeasure</code></a>.
The numeric value of an observation, e.g. 12 or 10, is given by the property
<a href="numericValue"><code>ems:numericValue</a></code>.
Measure
testing
<p>A <em>fact distribution table</em> is a fact table that contains probability distributions
instead of precise numeric values for its measures.
Fact distribution tables are used in scenario assumptions
(see <a href="#assumesTable"><code>ems:assumesTable</code></a>) and estimate predictions
(see <a href="#predictsTable"><code>ems:predictsTable</code></a>).</p>
<p>A fact distribution table is similar to a fact table
(see <a href="#FactTable"><code>ems:FactTable</code></a>),
except that it has <em>fact distribution</em> rows
(see <a href="#FactDistribution"><code>ems:FactDistribution</code></a>) instead of fact rows
(see <a href="#Fact"><code>ems:Fact</code></a>), and they have <em>measure distribution</em> cells
(see <a href="#MeasureDistributionCell"><code>ems:MeasureDistributionCell</code></a>) instead of measure cells
(see <a href="#MeasureCell"><code>ems:MeasureCell</code></a>).</p>
FactDistributionTable
testing
This property links a cell to its column.
Dimension cells
(see <a href="#DimensionCell"><code>ems:DimensionCell</code></a>)
are linked to dimension columns
(see <a href="#DimensionColumn"><code>ems:DimensionColumn</code></a>).
Measure cells
(see <a href="#MeasureCell"><code>ems:MeasureCell</code></a>)
are linked to measure columns
(see <a href="#MeasureColumn"><code>ems:MeasureColumn</code></a>).
inColumn
testing
predicts
This property links an estimate to the predicted value for some measure, e.g. duration, size.
The predicted value is a probability distribution.
dimension
testing
A <em>format</em> is a specification of the syntax of an artifact.
Format
testing
This boolean property indicates if the project is closed.
No further activities or measurements are done on closed projects.
The measurements of closed projects can be used to calibrate the estimates for new projects.
When a project is completed and all measurements on it have been performed,
it is marked as closed by setting this property to <code>true</code>.
isClosed
testing
A <em>point estimate</em> is a probability distribution that is concentrated at a single value.
The single value is given by <a href="#numericValue"><code>ems:numericValue</code></a>.
PointEstimate
testing
This class describes a measure column of a fact table.
A measure column has a metric
(see <a href="#metric"><code>ems:metric</code></a>
and a unit of measure
(see <a href="#unitOfMeasure"><code>ems:unitOfMeasure</code></a>.
MeasureColumn
testing
This property gives the <em>number of quantiles</em> parameter value of a probability distribution.
numberOfQuantiles
testing
predictsTable
This property links an estimate to the predicted value for some fact table of measures, e.g. staffing by week.
The predicted fact table contains probability distributions.
testing
This property links a fact table to its fact rows.
In general, a fact table will have many fact rows.
If the fact table has an
<a href=#tableSource"><code>ems:tableSource</code></a> property,
then the rows of the fact table MUST be a copy of the data values received in the response of
an HTTP GET request of the URL of the remote table source.
fact
testing
A <em>Poisson distribution</em> is a probability distribution that gives the probability
that a given number of events will occur in a fixed time period.
This distribution is completely specified by a single parameter often denoted by the
Greek letter <em>lambda</em>.
Lambda is given by <a href="#lambda"><code>ems:lambda</code>.
PoissonDistribution
testing
A <em>reliability metric</em> is a metric that measures the correctness or absence of failures in a system such as a software system.
For example
<em>defects</em>
(<a href="http://open-services.net/ns/ems/metric#Defects"><code>metric:Defects</code></a>),
<em>failures</em>
(<a href="http://open-services.net/ns/ems/metric#Failures"><code>metric:Failures</code></a>), and
<em>mean time to failure</em>
(<a href="http://open-services.net/ns/ems/metric#MeanTimeToFailure"><code>metric:MeanTimeToFailure</code></a>)
are reliability metrics.
ReliabilityMetric
testing
This property gives the <em>mu</em> parameter value of a probability distribution.
mu
testing
assumesTable
This property links a scenario to the assumed value for some fact table of measures, e.g. staffing by week.
The assumed fact table contains probability distributions.
testing
assumes
This property links a scenario to the assumed value for some measure, e.g. duration, size.
The assumed value is a probability distribution.
stable
This property gives the numeric value of a resource.
For example, the numeric value of the measure <em>duration of 12 months</em> is 12.
The datatype of this property is typically <code>xsd:double</code>.
numericValue
testing
This property links a fact table to an
<a href="#Head"><code>ems:Head</code></a> resource that
describes the columns of the table.
head
testing
This property links a project to a corresponding resource in a project management application.
seeAlsoProject
testing
memberBaseline
This property links a baseline list to its member baselines.
testing
This property links a fact row to one or more of its measure cells.
measureCell
testing
A <em>WBS format</em> is a format that specifies the syntax of work breakdown structures.
For example,
<a href="http://schemas.microsoft.com/project/2007"><code>http://schemas.microsoft.com/project/2007</code></a>
is the format for
Microsoft Office Project 2007 XML Data Interchange Schema.
WbsFormat
testing
This property links a fact table head to an
<a href="#Map"><code>ems:Map</code></a> resource that defines
how custom dimension values are mapped to standard values.
The scope of this mapping is local to the fact table.
map
testing
A <em>financial metric</em> is a metric that measures the cost of an artifact or work effort.
For example,
<em>total cost</em>
(<a href="http://open-services.net/ns/ems/metric#Cost"><code>metric:Cost</code></a>) and
<em>labor cost</em>
(<a href="http://open-services.net/ns/ems/metric#LaborCost"><code>metric:LaborCost</code></a>)
are financial metrics.
FinancialMetric
testing
This property gives the <em>low</em> parameter value of a probability distribution.
low
testing
memberScenario
This property links a scenario list to its member scenarios.
testing
Estimate
An estimate is a probabilistic prediction, based on a scenario, for a set of measurements.
testing
<p>This class describes <em>work breakdown structures</em>.
A <a href="http://en.wikipedia.org/wiki/Work_breakdown_structure">work breakdown structure</a> (WBS) is a common way to represent the work to be performed in a project.
In EMS, a WBS may be used as an assumption in an scenario,
as a prediction in an estimate, or as an observation in a measurement.</p>
<p>A WBS has a format
(see <a href="#wbsFormat"><code>ems:wbsFormat</code></a>), and may either include
(see <a href="#wbsContent"><code>ems:wbsContent</code></a>) or link to
(see <a href="#wbsSource"><code>ems:wbsSource</code></a>) its content.
The included or linked WBS content MUST be in the specified format.</p>
WorkBreakdownStructure
testing
This class descibes measure cells.
A measure cell refers to a measure column
(see <a href="#inColumn"><code>ems:inColumn</code></a>)
and has a numeric value
(see <a href="numericValue"><code>ems:numericValue</code></a>.
MeasureCell
metric
testing
<p>Some key dimensions may define standard dimension member URIs which are used for
data interchange. However, users may wish to use custom values.
This class lets you define how custom values are mapped to standard URIs.
You can include an map resource in the description of a dimension column of a fact table
(see <a href="#useMap"><code>ems:useMap</code></a>).</p>
<p>We make the simplifying assumption that this mapping is many-to-one, that is,
one or more custom dimension values may be mapped to the same standard dimension value.
A map may contain one or more of these mappings
(see <a href="#mapping"><code>ems:mapping</code></a>), but each custom dimension value must map to
exactly one standard dimension value.</p>
Map
testing
measurementList
This property links a service to its measurement list.
testing
A <em>fact distribution</em> is a row of a fact distribution table
(see <a href="#FactDistributionTable"><code>ems:FactDistributionTable</code></a>).
It contains one or more dimension cells
(see <a href="#dimensionCell"><code>ems:dimensionCell</code></a>) and one or more measure distribution cells
(see <a href="#measureDistributionCell"><code>ems:measureDistributionCell</code></a>).
FactDistribution
testing
ScenarioList
A scenario list is a container for scenario resources.
testing
<p>This class describes a point on the graph of a cumulative probability function.
The cumulative probability at a point is given by
<a href="#probability"><code>ems:probability</code></a>.
The cumulative probability MUST be greater than 0 and less than 1.
The measurement value is given by
<a href="#numericValue"><code>ems:numericValue</code></a>.
<p>The probability that a measurement gives a value less than or equal to
the numeric value is equal to the cumulative probability.</p>
CdfPoint
testing
The property links a resource to an estimate.
estimate
testing
This property gives the <em>lambda</em> parameter value of a Poission distribution.
lambda
testing
extendsScenario
This property links a scenario a base scenario that it extends.
The base scenario contains assumptions that can be included in several other extended scenarios.
testing
This property links a WBS resource to a resource that contains the WBS XML content.
This content MUST be in the XML format specified by the WBS resource.
When this link is deferenced using an HTTP GET request, the response MUST be the WBS.
If this property is absent, then the WBS resource MUST have a
<a href="#wbsContent"><code>ems:wbsContent</code></a> property.
wbsSource
testing
A <em>measure distribution</em> is like a measure
(see <a href="#Measure"><code>ems:Measure</code></a>)
except that it gives a probability distribution for the numeric value of a measure instead of a precise numeric value.
Measure distributions are used in scenario assumptions
(see <a href="#assumes"><code>ems:assumes</code></a> and
<a href="#assumesTable"><code>ems:assumesTable</code></a>) and
estimate predications
(see <a href="#predicts"><code>ems:predicts</code></a> and
<a href="#predictsTable"><code>ems:predictsTable</code></a>).
MeasureDistribution
testing
A <em>time metric</em> is a metric that describes some temporal aspect of a project, system, or thing.
For example,
<em>duration</em> (<a href="http://open-services.net/ns/ems/metric#Duration"><code>metric:Duration</code></a>),
<em>start</em> (<a href="http://open-services.net/ns/ems/metric#Start"><code>metric:Start</code></a>), and
<em>finish</em> (<a href="http://open-services.net/ns/ems/metric#Finish"><code>metric:Finish</code></a>) are time metrics.
TimeMetric
testing
This property links a project to its current baseline.
currentBaseline
testing
MeasurementList
A measurement list is a container for measurement resources.
testing
This class describes <em>probability distributions</em>.
A probability distribution gives the likelihood that a measurement of some value
(a random variable)
will fall within some given range.
Probability distributions are used in scenario assumptions
(see <a href="#assumes"><code>ems:assumes</code></a>) and estimate predictions
(see <a href="#predicts"><code>ems:predicts</code></a>).
ProbabilityDistribution
testing
This property links a project to a corresponding resource in a performance management application.
seeAlsoPerformance
testing
This property links a measurement to the observed fact table.
The fact table analyzes the measurement along one or more dimensions.
observesTable
testing
This property links a project to an identifier of the project as a real-world object.
realProjectId
testing
This property gives the cumulative probability.
For example, the cumulative probability of the third quartile is 75%.
probability
testing
service
This property is used to link a resource to the EMS service instance that hosts it.
unit
stable
A <em>metric</em> is a procedure or algorithm for quantifying or measuring some aspect of a thing, system, event, etc.
For example <em>duration</em> is a metric that measures the amount of time an activity takes.
Metric
testing
This property links a measurement to the observed work breakdown structure.
observesWbs
testing
scenarioList
This property links a service to its scenario list.
testing
This property links a map to a mapping.
A map may have one or more mappings.
mapping
testing
This property links a cumulative probability function resource to one or more points on its graph.
cdfPoint
testing
This property links a project to a corresponding resource in an estimation application.
seeAlsoEstimation
testing
This property links a fact distribution row to a measure distribution cell.
measureDistributionCell
2010, 2015
OSLC EMS Vocabulary
This vocabulary defines estimation and measurement resources and a service for managing them in projects.
Some terms of this vocabulary have been finalized for use by
<a href='http://open-services.net/wiki/performance-monitoring/OSLC-Performance-Monitoring-Specification-Version-2.0/'>OSLC Performance Monitoring 2.0</a>.
OSLC Estimation and Measurement Service (EMS) Vocabulary
testing
memberProject
This property links a project list to its member projects.
testing
A <em>triangular distribution</em> is a probability distribution that concentrated between
<em>high</em> and <em>low</em> values, and that linearly rises to and falls from to an
intermediate <em>most likely</em> value.
The low value is given by <a href="#low"><code>ems:low</code></a>.
The most likely value is given by <a href="#mostLikely"><code>ems:mostLikely</code></a>.
The high value is given by <a href="#high"><code>ems:high</code></a>.
TriangularDistribution
stable
This property links a measurement to the observed value of a measure.
In an EMS service, the measurement is a resource of type
<a href="#Measurement"><code>ems:Measurement</code></a>
which may observe zero or more measures.
For example, a measurement at the end of a project may observe a <em>duration of 12 months</em> and a <em>cost of 200,000 USD</em>.
observes
testing
The property links a resource to a project.
project
testing
This property links a resource to a map.
useMap
testing
projectList
This property links a service to its project list.
testing
Service
An EMS <em>service</em> hosts and manages a set of resources that describe projects, scenarios, estimates, measurements, and baselines.
Each instance of an service has a set of resource containers that contain resources of a given type.
testing
This property gives the literal XML WBS content of a WBS resource.
This content MUST be in the XML format specified by the WBS resource.
If this property is absent, then <code>ems:wbsSource</code> MUST be present.
If this property and <code>ems:wbsSource</code> are present,
then the value of this property SHOULD be the XML document representation returned in the
HTTP GET response for the link given in <code>ems:wbsSource</code>.
wbsContent
stable
This property links a measure to its metric.
For example, the measure <em>duration of 12 months</em> has the metric <em>duration</em>.
metric
testing
This property links a project to a corresponding resource in a portfolio management application.
seeAlsoPortfolio
grain
testing
This class describes a <em>mapping</em>.
A mapping maps some custom string label value for a dimension
(see <a href="#from"><code>ems:from</code></a>) to a dimension member URI which may be a standard
value defined in some vocabulary.
(see <a href="#to"><code>ems:to</code></a>).
Mapping
testing
This property links a mapping to its custom label value.
The value MUST be unique within its enclosing map resource.
from
testing
<p>Fact tables contain actual measurements for projects, systems, or things.
In practice, there may be many measurements and they may be updated frequently.
The measurements may be at a finer level of granularity than the estimates,
e.g. a project may estimate total defects found per month,
whereas the actual number found may be collected daily.
Furthermore, these measurements are often collected automatically by software development tools
such as bug tracking systems or source code control systems.
It may therefore be useful to simply refer to the source of the measurements rather than copy
the actual measurements into the EMS service provider,
e.g. a dynamic query on a software tool may generate the fact table on demand.</p>
<p>This property lets you refer to the remote source of the fact table data via a URL.
An HTTP GET request on this URL MUST return an
<a href="#FactTable"><code>ems:FactTable</code></a> resource whose
<code>dcterms:title</code> and
<a href="#head"><code>ems:head</code></a> properties match this resource.</p>
tableSource
testing
This property links a resource to a dimension.
dimension
testing
This property gives the <em>high</em> parameter value of a probability distribution.
high
testing
memberEstimate
This property links an estimate list to its member estimates.
testing
A <em>measure distribution cell</em> is a cell in a fact distribution row.
It refers to its column
(see <a href="#inColumn"><code>ems:inColumn</code></a>) and contains a measure distribution
(see <a href="#distribution"><code>ems:distribution</code></a>).
MeasureDistributionCell
testing
assumesWbs
This property links a scenario to the assumed work breakdown structure.
testing
An <em>effort metric</em> is a metric that measures the effort of effort required to perform some task.
For example,
<em>effort</em> as measured in person-months, person-years, etc.
(<a href="http://open-services.net/ns/ems/metric#Effort"><code>metric:Effort</code></a>),
<em>average staffing</em>
(<a href="http://open-services.net/ns/ems/metric#Staffing"><code>metric:Staffing</code></a>),
<em>peak staffing</em>
(<a href="http://open-services.net/ns/ems/metric#PeakStaffing"><code>metric:PeakStaffing</code></a>), and
<em>full-time equivalents</em>
(<a href="http://open-services.net/ns/ems/metric#FullTimeEquivalent"><code>metric:FullTimeEquivalent</code></a>)
are effort metrics.
EffortMetric
testing
This property links a mapping to its dimension member URI.
Many mappings MAY map to the same dimension member URI.
to
testing
This property links the head of a fact table to one or more
<a href="#DimensionColumn"><code>ems:DimensionColumn</code></a>
resources that define dimension columns.
Every fact table MUST have at least one dimension column.
dimensionColumn
testing
This property links a resource to a grain.
grain
testing
Project
Within the scope of EMS, a project is any activity, system, or thing that can be the subject of a set of measurements.
In practice, a project is often a time-bounded work effort that produces a unique result.
testing
ProjectList
A project list is a container for projects.
testing
A <em>size metric</em> is a metric that measures the magnitude, volume, bulk, or capability of some artifact such as software.
For example,
<em>lines of code</em>
(<a href="http://open-services.net/ns/ems/metric#Sloc"><code>metric:Sloc</code></a>) and
<em>story points</em>
(<a href="http://open-services.net/ns/ems/metric#StoryPoints"><code>metric:StoryPoints</code></a>)
are size metrics.
SizeMetric
testing
isActive
This boolean property indicates if a scenario is under active consideration.
When a scenario has been ruled out, it is marked as inactive by setting this property to <code>false</code>.
dimension-member
testing
This property gives the <em>scale</em> parameter value of a probability distribution.
This parameter is also known as the <em>standard deviation</em> and is often denoted by
the Greek letter sigma.
scale
testing
EstimateList
An estimate list is a container for estimate resources.
testing
Baseline
A baseline is a set of estimates, based on some scenario, that are used to track the performance of a project.
testing
A <em>dimension</em> is some aspect of an aggregated quantity which lets the aggregate be analyzed.
For example, the total effort expended in a project can be analyzed by week or month.
Therefore time
(<a href="http://open-services.net/ns/ems/dimension#Time"><code>dimension:Time</code></a>)
is a dimension of effort
(<a href="http://open-services.net/ns/ems/metric#Effort"><code>metric:Effort</code></a>).
Dimension
testing
BaselineList
A baseline list is a container for baseline resources.
testing
A <em>productivity metric</em> is a metric that measures the rate at which some artifact, such as software, is produced.
For example,
<em>lines of code per unit time</em>
(<a href="http://open-services.net/ns/ems/metric#EslocPerTime"><code>metric:EslocPerTime</code></a>) and
<em>team velocity</em>
(<a href="http://open-services.net/ns/ems/metric#TeamVelocity"><code>metric:TeamVelocity</code></a>)
are productivity metrics.
ProductivityMetric
stable
This property gives the unit of measure. For example, the measure <em>duration of 12 months</em> has a unit of measure <em>months</em>.
unitOfMeasure
testing
memberMeasurement
This property links a measurement list to its member measurements.
testing
<p>This class describes a <em>quantile</em> of a quantile function.
The cumulative probability of a quantile is given by
<a href="#probability"><code>ems:probability</code></a>.
The cumulative probability MUST be greater than 0 and less than 1.
The upper limit of the range of measurement values is given by
<a href="#numericValue"><code>ems:numericValue</code></a>.
The lower limit of the range of measurement values is given by
the upper limit of the preceding quantiles.</p>
<p>The probability that a measurement gives a value less than or equal to
the numeric value is equal to the cumulative probability.</p>
Quantile
testing
A <em>process metric</em> is a metric that measures the process used to create an artifact such as software.
For example,
<em>build</em>
(<a href="http://open-services.net/ns/ems/metric#Builds"><code>metric:Builds</code></a>) and
<em>test executions</em>
(<a href="http://open-services.net/ns/ems/metric#TestExecutions"><code>metric:TestExecutions</code></a>)
are process metrics.
ProcessMetric
ems
testing
This class describes a dimension column in a fact table.
A dimension column has a dimension
(see <a href="#dimension"><code>ems:dimension</code>) and grain
(see <a href="#grain"><code>ems:grain</code></a> and may refer to a map
(see <a href="#useMap"><code>ems:useMap</code></a>.
DimensionColumn
testing
Dimensions may be aggregated into subsets of various sizes.
A <em>grain</em> is a unit of aggregation of a dimension.
For example, <em>month</em>
(<a href="http://open-services.net/ns/ems/grain#CalendarMonth"><code>grain:CalendarMonth</code></a>) and <em>week</em>
(<a href="http://open-services.net/ns/ems/grain#CalendarWeek"><code>grain:CalendarWeek</code></a>) are grain sizes for the dimension <em>time</em>
(<a href="http://open-services.net/ns/ems/dimension#Time"><code>dimension:Time</code></a>).
Grain
testing
<p>A <em>quantile function</em> is a probability distribution that breaks up a range of values
into quantiles that each have the same probability.
When the number of quantiles is 4, 10, or 100, we refer to them as <em>quartiles</em>,
<em>deciles</em>, and <em>percentiles</em>.
For example, there is a 25% probability that a measurement will fall within any given quartile.
The number of quantiles is given by
<a href="#numberOfQuantiles"><code>ems:numberOfQuantiles</code></a>.
The number of quantiles MUST be greater than one.</p>
<p>The range of possible measurement values may be unbounded.
If a lower bound exists, it is given by <a href="#low"><code>ems:low</code></a>.
If an upper bound exists, it is given by <a href="#high"><code>ems:high</code></a>.</p>
<p>The graph of the quantile function is given by a set of measurement values that
correspond to the equally spaced cumulative probabilities between 0 and 1.
For example, for quartiles the cumulative probabilities are 25%, 50%, and 75%.
The cumulative probability values are given by one or more
<a href="#quantile"><code>ems:quantile</code></a> properties.</p>
QuantileDistribution
testing
A <em>uniform distribution</em> is a probability distribution that is evenly spread between
a <em>high</em> and a <em>low</em> value.
The high value is given by <a href="#high"><code>ems:high</code></a>.
The low value is given by <a href="#low"><code>ems:low</code></a>.
UniformDistribution
testing
Scenario
A scenario is a set of assumptions about how a project will be executed.
These assumptions are used as inputs to estimates.
testing
predictsWbs
This property links an estimate to the predicted work breakdown structure.
testing
This property gives the <em>most likely</em> parameter value of a probability distribution.
mostLikely
testing
estimateList
This property links a service to its estimate list.
testing
This property links a fact row to one or more of its dimension cells.
dimensionCell
format
testing
baselineList
This property links a service to its baseline list.
testing
A <em>unit of measure</em> specifies a procedure for associating a numeric value with some metric.
For example, <em>month</em>
(<a href="http://open-services.net/ns/ems/unit#Month"><code>unit:Month</code></a>)
is a unit of measure for <em>duration</em>
(<a href="http://open-services.net/ns/ems/metric#Duration"><code>metric:Duration</code></a>).
UnitOfMeasure
testing
<p>This class is used to represent <em>fact tables</em>.</p>
<p>Consider the work performed on a project.
Work may be analyzed according to attributes such as who performed the work,
the task or activity that the work accomplished,
when the work was performed, etc.
These attributes are referred to as <em>dimensions</em>.</p>
<p>Work may be quantified by such metrics as its effort in person-hours,
its cost in some currency, its duration in months, its peak staffing, etc.
These quantities are referred to as <em>measures</em>.</p>
<p>The term dimension is used because the measures can be regarded as occupying cells
in a multi-dimensional array (sometimes referred to as a <em>datacube</em>).
It is frequently of interest to summarize the measures along a dimension,
for example given the effort by activity, calculate the total effort for all activities.
Conversely, given the total effort, it may be of interest to see how it is broken down by activity.</p>
<p>In general, set of related measures, analyzed along a set of dimensions may be organized into a
<a href="http://en.wikipedia.org/wiki/Fact_table">fact table</a>.
Each row of a fact table contains a set of measures (e.g. effort and cost)
for a given combination of dimension values (e.g. activity and month).</p>
<p>This resource MAY contain the actual measurements,
provide a link to the source of the actual measurements,
or contain both a link to the source and a copy of the actual measurements obtained from the source
(i.e. a cached copy of the source).</p>
FactTable
testing
This property links a quantile function resource to one or more quantiles.
quantile
testing
This property links a dimension cell to its dimension member.
dimensionMember
testing
Measurement
A measurement is a set of observations of numerically quantifiable aspects of a project, system, or thing.
testing
This property links the head of a fact table to one or more
<a href="#MeasureColumn"><code>ems:MeasureColumn</code></a> resources that define measure columns.
Every fact table MUST have at least one measure column.
measureColumn
testing
The property links a resource to a scenario.
scenario