where k denotes an overshoot and is chosen by the analyst (usually k=10, which is the default value).
Given the three values of quantile, xp1, xp2 and xp3, and define p0=0, p4=1, xp0=L∗ and xp4=U∗
the minimum quantile information distribution is given by:
Probability density function
f(x) = \frac{p_{i}-p_{i-1}}{x_{p_{i}}-x_{p_{i-1}}} \text{ for } x_{p_{i-1}} \le x < x_{p_{i}},i = 1,\dots,4f(x)=(p_i-p_(i-1))/(x_p_i-x_p_(i-1)) for x_p_(i-1)\le x_p_i, i=1,\dots,4 f(x)=0, otherwisef(x)=0,otherwise
Cumulative distribution function
F(x) = 0 \text{ for } x < x_{p_{0}}F(x) = 0 for x < x_p_0 F(x) = \frac{p_{i}-p_{i-1}}{x_{p_{i}}-x_{p_{i-1}}}*(x-x_{p_{i-1}})+p_{i-1} \text{ for } x_{p_{i-1}} \le x < x_{p_{i}}, i = 1,\dots,4F(x) = (p_i-p_(i-1))/(x_p_i-x_p_(i-1))*(x-x_p_(i-1))+p_(i-1) for x_p_(i-1)\le x_p_i, i=1,\dots,4 F(x) = 1 \text{ for } x_{p_{4}}\le xF(x) = 1 for x_p_(4) \le x
This distribution is usually used for expert elicitation. If experts have realization information, then the range [L,U] is given by:
L = \min(x_{p_{1}}, realization)L = min(x_p_1, realization) U = \max(x_{p_{3}}, realization)U = max(x_p_3, realization)
For some questions, experts may have information for the intrinsic range and set a prior intrinsic range (L∗ and U∗).
NOTE that the function is vectorized only for x, q, p, n. As a consequence, it can't be used for variable other parameters.
Examples
curve(dmqi(x, mqi=c(40,50,60), intrinsic=c(0,100)), from=0, to=100, type ="l", xlab="x",ylab="pdf")curve(pmqi(x, mqi=c(40,50,60), intrinsic=c(0,100)), from=0, to=100, type ="l", xlab="x",ylab="cdf")rmqi(n =10, mqi=c(555,575,586))
References
Hanea, A. M., & Nane, G. F. (2021). An in-depth perspective on the classical model. In International Series in Operations Research & Management Science (pp. 225–256). Springer International Publishing.