I am interested in using some Monte Carlo methods to help with an estimation problem I have. I need to allow multiple estimators to estimate line-items giving a best, average and worst case estimate (standard 3-point estimating). That is I can have 2 or more people giving 3 values for a particular item.
What I need is a mechanism for combining these estimate values (triangular distributions) together to create one unified distribution that I can then use for sampling values from for the Monte Carlo trials.
Is what I am asking even possible, or am I approaching this the wrong way?