Triangular Distribution
Triangular Distribution
Free Videos ICSE 5th-12th Maths & Science Videos Over 5000 free lessons www.attanolearn.com
Master's/PhD Dissertation Professional Plag free quality work Statistics help - SPSS, SAS www.tutorsindia.com
SpinCore's iSpin-NMR Portable, Mobile NMR System Broadband 0-100 MHz Frequency Range www.spincore.com
Profile
Parameters
Range
Functions
Properties
Example
Triangular distributions are used in oil and gas exploration where data is expensive to collect and
it is almost impossible to model the population being sampled accurately, thus subjectivity plays a
greater role than in data rich sectors. The example below shows a subjective assessment of the
expected size of discoveries in the United Kingdom's East Midland's Basin:
Parameter Estimation
The parameters of a triangular distribution can be derived directly from the dataset which it is
intended to describe or model. Provided the dataset does not contain any anomalous points, the
minimum and maximum can be obtained by sorting the values in ascending order and selecting
the first and last points. Un less the mode is being set subjectively, there are a number of ways of
determining the mode including:
This example illustrates both approaches. The figures below are the porosity of rock samples
from deep bore holes. These are very expensive to collect and only a few are available to the
analyst who may be asked to provide input for some form of Monte-Carlo evaluation:
The successive bisection algorithm estimates the mode as 14.5%. The mean value of the
observations is 14.75%, using this value together with the min and max into this formula sets the
mode as 14.25%:
A subjective estimate of the mode by a cautions analyst might set the mode at 12%.
r=g(u)
u=rnd()
Storing the value from the random number function in the variable u is important because most
random number function return a new value each time they are called. Without the use of the u
variable, the statement would use one value for branching and another for calculation.