I have a set of data describing an expected, low, and high price for an item. The low and high prices are not absolute min/max, but more like the price is expected (with some confidence that I could approximate, let’s call it 68%) to between the low and high values.
What’s the easiest way to generate a probability density function using these descriptors?