Continuous Probability Dist_AsyTri

Netica

                

Asymmetric Triangular Distribution

(continuous prob. dist. for equations)

Usage:

Triangular3Dist (x, m, w1, w2)

Definition:

2(x-m+w1)/(w1(w1+w2))  for m-w1 <= x <= m,

2(m+w2-x)/(w2(w1+w2))  for m <= x <= m+w2

Required:

w1 ³ 0    w2 ³ 0    w1 & w2 can't both be 0

Support:

m-w1 £ x £ m+w2

Moments:

m = m + (w2 –w1) / 3

The = 4 && typeof(BSPSPopupOnMouseOver) == 'function') BSPSPopupOnMouseOver(event);" class="BSSCPopup" onclick="BSSCPopup('X_PU_pdf.htm');return false;">pdf has a triangular shape, with the highest point at x=m, and nonzero value from m-w1 to m+w2.

See also TriangularDist , and TriangularEnd3Dist.