Relative distribution

MR-dice-icon.png Download a pdf copy of this help file  here



image1115.gif






Format: VoseRelative(min, max, {xi}, {pi}, U)

Relative equations

The Relative distribution is a non-parametric distribution (i.e. there is no underlying probability model) where {xi} is an array of x-values with probability densities {pi} and where the distribution falls between the minimum and maximum. An example of the Relative distribution is given below:

image243.gif

Uses
1. modeling expert opinion

The Relative distribution is very useful for producing a fairly detailed distribution that reflects an expert's opinion. The Relative distribution is the most flexible of all of the continuous distribution functions. It enables the analyst and expert to tailor the shape of the distribution to reflect, as closely as possible, the opinion of the expert.

2. modeling posterior distribution in Bayesian inference

If you use the construction method of obtaining a Bayesian posterior distribution, you will have two arrays: a set of possible value in ascending orde" and a set of posterior weights for each of those values. This exactly matches the input parameters for a Relative distribution which can then be used to generate values from the posterior distribution. Examples: Turbine blades; Fitting a Weibull distribution.

VoseFunctions for this distribution

VoseRelative generates values from this distribution or calculates a percentile.

VoseRelativeObject constructs a distribution object for this distribution. Professional and Industrial editions only.

VoseRelativeProb returns the probability density or cumulative distribution function for this distribution. Professional and Industrial editions only.

VoseRelativeProb10 returns the log10 of the probability density or cumulative distribution function. Professional and Industrial editions only.  

See Also