fbpx
Wikipedia

Probability bounds analysis

Probability bounds analysis (PBA) is a collection of methods of uncertainty propagation for making qualitative and quantitative calculations in the face of uncertainties of various kinds. It is used to project partial information about random variables and other quantities through mathematical expressions. For instance, it computes sure bounds on the distribution of a sum, product, or more complex function, given only sure bounds on the distributions of the inputs. Such bounds are called probability boxes, and constrain cumulative probability distributions (rather than densities or mass functions).

This bounding approach permits analysts to make calculations without requiring overly precise assumptions about parameter values, dependence among variables, or even distribution shape. Probability bounds analysis is essentially a combination of the methods of standard interval analysis and classical probability theory. Probability bounds analysis gives the same answer as interval analysis does when only range information is available. It also gives the same answers as Monte Carlo simulation does when information is abundant enough to precisely specify input distributions and their dependencies. Thus, it is a generalization of both interval analysis and probability theory.

The diverse methods comprising probability bounds analysis provide algorithms to evaluate mathematical expressions when there is uncertainty about the input values, their dependencies, or even the form of mathematical expression itself. The calculations yield results that are guaranteed to enclose all possible distributions of the output variable if the input p-boxes were also sure to enclose their respective distributions. In some cases, a calculated p-box will also be best-possible in the sense that the bounds could be no tighter without excluding some of the possible distributions.

P-boxes are usually merely bounds on possible distributions. The bounds often also enclose distributions that are not themselves possible. For instance, the set of probability distributions that could result from adding random values without the independence assumption from two (precise) distributions is generally a proper subset of all the distributions enclosed by the p-box computed for the sum. That is, there are distributions within the output p-box that could not arise under any dependence between the two input distributions. The output p-box will, however, always contain all distributions that are possible, so long as the input p-boxes were sure to enclose their respective underlying distributions. This property often suffices for use in risk analysis and other fields requiring calculations under uncertainty.

History of bounding probability edit

The idea of bounding probability has a very long tradition throughout the history of probability theory. Indeed, in 1854 George Boole used the notion of interval bounds on probability in his The Laws of Thought.[1][2] Also dating from the latter half of the 19th century, the inequality attributed to Chebyshev described bounds on a distribution when only the mean and variance of the variable are known, and the related inequality attributed to Markov found bounds on a positive variable when only the mean is known. Kyburg[3] reviewed the history of interval probabilities and traced the development of the critical ideas through the 20th century, including the important notion of incomparable probabilities favored by Keynes.

Of particular note is Fréchet's derivation in the 1930s of bounds on calculations involving total probabilities without dependence assumptions. Bounding probabilities has continued to the present day (e.g., Walley's theory of imprecise probability.[4])

The methods of probability bounds analysis that could be routinely used in risk assessments were developed in the 1980s. Hailperin[2] described a computational scheme for bounding logical calculations extending the ideas of Boole. Yager[5] described the elementary procedures by which bounds on convolutions can be computed under an assumption of independence. At about the same time, Makarov,[6] and independently, Rüschendorf[7] solved the problem, originally posed by Kolmogorov, of how to find the upper and lower bounds for the probability distribution of a sum of random variables whose marginal distributions, but not their joint distribution, are known. Frank et al.[8] generalized the result of Makarov and expressed it in terms of copulas. Since that time, formulas and algorithms for sums have been generalized and extended to differences, products, quotients and other binary and unary functions under various dependence assumptions.[9][10][11][12][13][14]

Arithmetic expressions edit

Arithmetic expressions involving operations such as additions, subtractions, multiplications, divisions, minima, maxima, powers, exponentials, logarithms, square roots, absolute values, etc., are commonly used in risk analyses and uncertainty modeling. Convolution is the operation of finding the probability distribution of a sum of independent random variables specified by probability distributions. We can extend the term to finding distributions of other mathematical functions (products, differences, quotients, and more complex functions) and other assumptions about the intervariable dependencies. There are convenient algorithms for computing these generalized convolutions under a variety of assumptions about the dependencies among the inputs.[5][9][10][14]

Mathematical details edit

Let   denote the space of distribution functions on the real numbers   i.e.,

 

A p-box is a quintuple

 

where   are real intervals, and   This quintuple denotes the set of distribution functions   such that:

 

If a function satisfies all the conditions above it is said to be inside the p-box. In some cases, there may be no information about the moments or distribution family other than what is encoded in the two distribution functions that constitute the edges of the p-box. Then the quintuple representing the p-box   can be denoted more compactly as [B1, B2]. This notation harkens to that of intervals on the real line, except that the endpoints are distributions rather than points.

The notation   denotes the fact that   is a random variable governed by the distribution function F, that is,

 

Let us generalize the tilde notation for use with p-boxes. We will write X ~ B to mean that X is a random variable whose distribution function is unknown except that it is inside B. Thus, X ~ FB can be contracted to X ~ B without mentioning the distribution function explicitly.

If X and Y are independent random variables with distributions F and G respectively, then X + Y = Z ~ H given by

 

This operation is called a convolution on F and G. The analogous operation on p-boxes is straightforward for sums. Suppose

 

If X and Y are stochastically independent, then the distribution of Z = X + Y is inside the p-box

 

Finding bounds on the distribution of sums Z = X + Y without making any assumption about the dependence between X and Y is actually easier than the problem assuming independence. Makarov[6][8][9] showed that

 

These bounds are implied by the Fréchet–Hoeffding copula bounds. The problem can also be solved using the methods of mathematical programming.[13]

The convolution under the intermediate assumption that X and Y have positive dependence is likewise easy to compute, as is the convolution under the extreme assumptions of perfect positive or perfect negative dependency between X and Y.[14]

Generalized convolutions for other operations such as subtraction, multiplication, division, etc., can be derived using transformations. For instance, p-box subtraction AB can be defined as A + (−B), where the negative of a p-box B = [B1, B2] is [B2(−x), B1(−x)].

Logical expressions edit

Logical or Boolean expressions involving conjunctions (AND operations), disjunctions (OR operations), exclusive disjunctions, equivalences, conditionals, etc. arise in the analysis of fault trees and event trees common in risk assessments. If the probabilities of events are characterized by intervals, as suggested by Boole[1] and Keynes[3] among others, these binary operations are straightforward to evaluate. For example, if the probability of an event A is in the interval P(A) = a = [0.2, 0.25], and the probability of the event B is in P(B) = b = [0.1, 0.3], then the probability of the conjunction is surely in the interval

  P(A & B) = a × b
= [0.2, 0.25] × [0.1, 0.3]
= [0.2 × 0.1, 0.25 × 0.3]
= [0.02, 0.075]

so long as A and B can be assumed to be independent events. If they are not independent, we can still bound the conjunction using the classical Fréchet inequality. In this case, we can infer at least that the probability of the joint event A & B is surely within the interval

  P(A & B) = env(max(0, a+b−1), min(a, b))
= env(max(0, [0.2, 0.25]+[0.1, 0.3]−1), min([0.2, 0.25], [0.1, 0.3]))
= env([max(0, 0.2+0.1–1), max(0, 0.25+0.3–1)], [min(0.2,0.1), min(0.25, 0.3)])
= env([0,0], [0.1, 0.25])
= [0, 0.25]

where env([x1,x2], [y1,y2]) is [min(x1,y1), max(x2,y2)]. Likewise, the probability of the disjunction is surely in the interval

  P(A v B) = a + ba × b = 1 − (1 − a) × (1 − b)
= 1 − (1 − [0.2, 0.25]) × (1 − [0.1, 0.3])
= 1 − [0.75, 0.8] × [0.7, 0.9]
= 1 − [0.525, 0.72]
= [0.28, 0.475]

if A and B are independent events. If they are not independent, the Fréchet inequality bounds the disjunction

  P(A v B) = env(max(a, b), min(1, a + b))
= env(max([0.2, 0.25], [0.1, 0.3]), min(1, [0.2, 0.25] + [0.1, 0.3]))
= env([0.2, 0.3], [0.3, 0.55])
= [0.2, 0.55].

It is also possible to compute interval bounds on the conjunction or disjunction under other assumptions about the dependence between A and B. For instance, one might assume they are positively dependent, in which case the resulting interval is not as tight as the answer assuming independence but tighter than the answer given by the Fréchet inequality. Comparable calculations are used for other logical functions such as negation, exclusive disjunction, etc. When the Boolean expression to be evaluated becomes complex, it may be necessary to evaluate it using the methods of mathematical programming[2] to get best-possible bounds on the expression. A similar problem one presents in the case of probabilistic logic (see for example Gerla 1994). If the probabilities of the events are characterized by probability distributions or p-boxes rather than intervals, then analogous calculations can be done to obtain distributional or p-box results characterizing the probability of the top event.

Magnitude comparisons edit

The probability that an uncertain number represented by a p-box D is less than zero is the interval Pr(D < 0) = [F(0), (0)], where (0) is the left bound of the probability box D and F(0) is its right bound, both evaluated at zero. Two uncertain numbers represented by probability boxes may then be compared for numerical magnitude with the following encodings:

A < B = Pr(AB < 0),
A > B = Pr(BA < 0),
AB = Pr(AB ≤ 0), and
AB = Pr(BA ≤ 0).

Thus the probability that A is less than B is the same as the probability that their difference is less than zero, and this probability can be said to be the value of the expression A < B.

Like arithmetic and logical operations, these magnitude comparisons generally depend on the stochastic dependence between A and B, and the subtraction in the encoding should reflect that dependence. If their dependence is unknown, the difference can be computed without making any assumption using the Fréchet operation.

Sampling-based computation edit

Some analysts[15][16][17][18][19][20] use sampling-based approaches to computing probability bounds, including Monte Carlo simulation, Latin hypercube methods or importance sampling. These approaches cannot assure mathematical rigor in the result because such simulation methods are approximations, although their performance can generally be improved simply by increasing the number of replications in the simulation. Thus, unlike the analytical theorems or methods based on mathematical programming, sampling-based calculations usually cannot produce verified computations. However, sampling-based methods can be very useful in addressing a variety of problems which are computationally difficult to solve analytically or even to rigorously bound. One important example is the use of Cauchy-deviate sampling to avoid the curse of dimensionality in propagating interval uncertainty through high-dimensional problems.[21]

Relationship to other uncertainty propagation approaches edit

PBA belongs to a class of methods that use imprecise probabilities to simultaneously represent aleatoric and epistemic uncertainties. PBA is a generalization of both interval analysis and probabilistic convolution such as is commonly implemented with Monte Carlo simulation. PBA is also closely related to robust Bayes analysis, which is sometimes called Bayesian sensitivity analysis. PBA is an alternative to second-order Monte Carlo simulation.

Applications edit

P-boxes and probability bounds analysis have been used in many applications spanning many disciplines in engineering and environmental science, including:

See also edit

References edit

  1. ^ a b Boole, George (1854). An Investigation of the Laws of Thought on which are Founded the Mathematical Theories of Logic and Probabilities. London: Walton and Maberly.
  2. ^ a b c Hailperin, Theodore (1986). Boole's Logic and Probability. Amsterdam: North-Holland. ISBN 978-0-444-11037-4.
  3. ^ a b Kyburg, H.E., Jr. (1999). Interval valued probabilities.[dead link] SIPTA Documentation on Imprecise Probability.
  4. ^ Walley, Peter (1991). Statistical Reasoning with Imprecise Probabilities. London: Chapman and Hall. ISBN 978-0-412-28660-5.
  5. ^ a b Yager, R.R. (1986). Arithmetic and other operations on Dempster–Shafer structures. International Journal of Man-machine Studies 25: 357–366.
  6. ^ a b Makarov, G.D. (1981). Estimates for the distribution function of a sum of two random variables when the marginal distributions are fixed. Theory of Probability and Its Applications 26: 803–806.
  7. ^ Rüschendorf, L. (1982). Random variables with maximum sums. Advances in Applied Probability 14: 623–632.
  8. ^ a b Frank, M.J., R.B. Nelsen and B. Schweizer (1987). Best-possible bounds for the distribution of a sum—a problem of Kolmogorov. Probability Theory and Related Fields 74: 199–211.
  9. ^ a b c Williamson, R.C., and T. Downs (1990). Probabilistic arithmetic I: Numerical methods for calculating convolutions and dependency bounds. International Journal of Approximate Reasoning 4: 89–158.
  10. ^ a b Ferson, S., V. Kreinovich, L. Ginzburg, D.S. Myers, and K. Sentz. (2003). Constructing Probability Boxes and Dempster–Shafer Structures 22 July 2011 at the Wayback Machine. SAND2002-4015. Sandia National Laboratories, Albuquerque, NM.
  11. ^ Berleant, D. (1993). Automatically verified reasoning with both intervals and probability density functions. Interval Computations 1993 (2) : 48–70.
  12. ^ Berleant, D., G. Anderson, and C. Goodman-Strauss (2008). Arithmetic on bounded families of distributions: a DEnv algorithm tutorial. Pages 183–210 in Knowledge Processing with Interval and Soft Computing, edited by C. Hu, R.B. Kearfott, A. de Korvin and V. Kreinovich, Springer (ISBN 978-1-84800-325-5).
  13. ^ a b Berleant, D., and C. Goodman-Strauss (1998). Bounding the results of arithmetic operations on random variables of unknown dependency using intervals. Reliable Computing 4: 147–165.
  14. ^ a b c Ferson, S., R. Nelsen, J. Hajagos, D. Berleant, J. Zhang, W.T. Tucker, L. Ginzburg and W.L. Oberkampf (2004). Dependence in Probabilistic Modeling, Dempster–Shafer Theory, and Probability Bounds Analysis. Sandia National Laboratories, SAND2004-3072, Albuquerque, NM.
  15. ^ Alvarez, D. A., 2006. On the calculation of the bounds of probability of events using infinite random sets. International Journal of Approximate Reasoning 43: 241–267.
  16. ^ Baraldi, P., Popescu, I. C., Zio, E., 2008. Predicting the time to failure of a randomly degrading component by a hybrid Monte Carlo and possibilistic method. IEEE Proc. International Conference on Prognostics and Health Management.
  17. ^ Batarseh, O. G., Wang, Y., 2008. Reliable simulation with input uncertainties using an interval-based approach. IEEE Proc. Winter Simulation Conference.
  18. ^ Roy, Christopher J., and Michael S. Balch (2012). A holistic approach to uncertainty quantification with application to supersonic nozzle thrust. International Journal for Uncertainty Quantification 2 (4): 363–81 doi:10.1615/Int.J.UncertaintyQuantification.2012003562.
  19. ^ Zhang, H., Mullen, R. L., Muhanna, R. L. (2010). Interval Monte Carlo methods for structural reliability. Structural Safety 32: 183–190.
  20. ^ Zhang, H., Dai, H., Beer, M., Wang, W. (2012). Structural reliability analysis on the basis of small samples: an interval quasi-Monte Carlo method. Mechanical Systems and Signal Processing 37 (1–2): 137–51 doi:10.1016/j.ymssp.2012.03.001.
  21. ^ Trejo, R., Kreinovich, V. (2001). Error estimations for indirect measurements: randomized vs. deterministic algorithms for ‘black-box’ programs. Handbook on Randomized Computing, S. Rajasekaran, P. Pardalos, J. Reif, and J. Rolim (eds.), Kluwer, 673–729.
  22. ^ Aughenbaugh, J. M., and C.J.J. Paredis (2007). Probability bounds analysis as a general approach to sensitivity analysis in decision making under uncertainty 2012-03-21 at the Wayback Machine. SAE 2007 Transactions Journal of Passenger Cars: Mechanical Systems, (Section 6) 116: 1325–1339, SAE International, Warrendale, Pennsylvania.
  23. ^ Flander, L., W. Dixon, M. McBride, and M. Burgman. (2012). Facilitated expert judgment of environmental risks: acquiring and analysing imprecise data. International Journal of Risk Assessment and Management 16: 199–212.
  24. ^ Dixon, W.J. (2007). The use of Probability Bounds Analysis for Characterising and Propagating Uncertainty in Species Sensitivity Distributions. Technical Report Series No. 163, Arthur Rylah Institute for Environmental Research, Department of Sustainability and Environment. Heidelberg, Victoria, Australia.
  25. ^ Oberguggenberger, M., J. King and B. Schmelzer (2007). Imprecise probability methods for sensitivity analysis in engineering. Proceedings of the 5th International Symposium on Imprecise Probability: Theories and Applications, Prague, Czech Republic.
  26. ^ Enszer, J.A., Y. Lin, S. Ferson, G.F. Corliss and M.A. Stadtherr (2011). Probability bounds analysis for nonlinear dynamic process models. AIChE Journal 57: 404–422.
  27. ^ Enszer, Joshua Alan, (2010). Verified Probability Bound Analysis for Dynamic Nonlinear Systems. Dissertation, University of Notre Dame.
  28. ^ Nong, A., and K. Krishnan (2007). Estimation of interindividual pharmacokinetic variability factor for inhaled volatile organic chemicals using a probability-bounds approach. Regulatory Toxicology and Pharmacology 48: 93–101.
  29. ^ Guyonnet, D., F. Blanchard, C. Harpet, Y. Ménard, B. Côme and C. Baudrit (2005). Projet IREA—Traitement des incertitudes en évaluation des risques d'exposition, Annexe B, Cas «Eaux souterraines». Rapport BRGM/RP-54099-FR, Bureau de Recherches Géologiques et Minières, France. 2012-03-11 at the Wayback Machine
  30. ^ Fetz, Thomas; Tonon, Fulvio (2008). "Probability bounds for series systems with variables constrained by sets of probability measures". International Journal of Reliability and Safety. 2 (4): 309. doi:10.1504/IJRS.2008.022079.
  31. ^ a b Augustsson, A., M. Filipsson, T. Öberg, B. Bergbäck (2011). Climate change—an uncertainty factor in risk analysis of contaminated land. Science of the Total Environment 409: 4693–4700.
  32. ^ Baudrit, C., D. Guyonnet, H. Baroudi, S. Denys and P. Begassat (2005). Assessment of child exposure to lead on an ironworks brownfield: uncertainty analysis. 9th International FZK/TNO Conference on Contaminated Soil – ConSoil2005, Bordeaux, France, pages 1071–1080.
  33. ^ Dixon, W.J. (2007). Uncertainty Propagation in Population Level Salinity Risk Models. Technical Report Technical Report Series No. 164, Arthur Rylah Institute for Environmental Research. Heidelberg, Victoria, Australia
  34. ^ Karanki, D.R., H.S. Kushwaha, A.K. Verma, and S. Ajit. (2009). Uncertainty analysis based on probability bounds (p-box) approach in probabilistic safety assessment. Risk Analysis 29: 662–75.
  35. ^ Sander, P., B. Bergbäck and T. Öberg (2006). Uncertain numbers and uncertainty in the selection of input distributions—Consequences for a probabilistic risk assessment of contaminated land. Risk Analysis 26: 1363–1375.
  36. ^ Minnery, J.G., J.G. Jacangelo, L.I. Boden, D.J. Vorhees and W. Heiger-Bernays (2009). Sensitivity analysis of the pressure-based direct integrity test for membranes used in drinking water treatment. Environmental Science and Technology 43(24): 9419–9424.
  37. ^ Regan, H.M., B.E. Sample and S. Ferson (2002). Comparison of deterministic and probabilistic calculation of ecological soil screening levels. Environmental Toxicology and Chemistry 21: 882–890.
  38. ^ U.S. Environmental Protection Agency (Region I), GE/Housatonic River Site in New England
  39. ^ Moore, Dwayne R.J.; Breton, Roger L.; Delong, Tod R.; Ferson, Scott; Lortie, John P.; MacDonald, Drew B.; McGrath, Richard; Pawlisz, Andrzej; Svirsky, Susan C.; Teed, R. Scott; Thompson, Ryan P.; Whitfield Aslund, Melissa (2016). "Ecological risk assessment for mink and short-tailed shrew exposed to PCBS, dioxins, and furans in the Housatonic River area". Integrated Environmental Assessment and Management. 12 (1): 174–184. doi:10.1002/ieam.1661. PMID 25976918.
  40. ^ U.S. Environmental Protection Agency (Region 6 Superfund Program), Calcasieu Estuary Remedial Investigation January 20, 2011, at the Wayback Machine
  41. ^ Roy, C.J., and M.S. Balch (2012). A holistic approach to uncertainty quantification with application to supersonic nozzle thrust. International Journal for Uncertainty Quantification 2: 363-381. doi:10.1615/Int.J.UncertaintyQuantification.2012003562.
  42. ^ Oberkampf, W.L., and C. J. Roy. (2010). Verification and Validation in Scientific Computing. Cambridge University Press.
  43. ^ Regan, H.M., B.K. Hope, and S. Ferson (2002). Analysis and portrayal of uncertainty in a food web exposure model. Human and Ecological Risk Assessment 8: 1757–1777.
  44. ^ Ferson, S., and W.T. Tucker (2004). Reliability of risk analyses for contaminated groundwater. Groundwater Quality Modeling and Management under Uncertainty, edited by S. Mishra, American Society of Civil Engineers Reston, VA.
  45. ^ Crespo, Luis G.; Kenny, Sean P.; Giesy, Daniel P. (2013). "Reliability analysis of polynomial systems subject to p-box uncertainties". Mechanical Systems and Signal Processing. 37 (1–2): 121–136. Bibcode:2013MSSP...37..121C. doi:10.1016/j.ymssp.2012.08.012.
  46. ^ Ferson, S., and M. Burgman (1995). Correlations, dependency bounds and extinction risks. Biological Conservation 73: 101–105.
  47. ^ Ferson, S., D.R.J. Moore, P.J. Van den Brink, T.L. Estes, K. Gallagher, R. O'Connor and F. Verdonck. (2010). Bounding uncertainty analyses. Pages 89–122 in Application of Uncertainty Analysis to Ecological Risks of Pesticides, edited by W. J. Warren-Hicks and A. Hart. CRC Press, Boca Raton, Florida.
  48. ^ Kriegler, E., and H. Held (2005). Utilizing belief functions for the estimation of future climate change. International Journal of Approximate Reasoning 39: 185–209.
  49. ^ Kriegler, E. (2005). Imprecise probability analysis for integrated assessment of climate change, Ph.D. dissertation, Universität Potsdam, Germany.
  50. ^ Batarseh, O.G.Y., (2010). An Interval Based Approach to Model Input Uncertainty in Discrete-event Simulation. Ph.D. dissertation, University of Central Florida.
  51. ^ Goldwasser, L., L. Ginzburg and S. Ferson (2000). Variability and measurement error in extinction risk analysis: the northern spotted owl on the Olympic Peninsula. Pages 169–187 in Quantitative Methods for Conservation Biology, edited by S. Ferson and M. Burgman, Springer-Verlag, New York.
  52. ^ Hayes, K.R. (2011). Uncertainty and uncertainty analysis methods: Issues in quantitative and qualitative risk modeling with application to import risk assessment ACERA project (0705). Report Number: EP102467, CSIRO, Hobart, Australia.
  53. ^ Zhang, H., R.L. Mullen, and R.L. Muhanna (2010). Finite element structural analysis using imprecise probabilities based on p-box representation. Proceedings of the 4th International Workshop on Reliable Engineering Computing (REC 2010).
  54. ^ Zhang, H., R. Mullen, R. Muhanna (2012). Safety Structural Analysis with Probability-Boxes. International Journal of Reliability and Safety 6: 110–129.
  55. ^ Patelli, E; de Angelis, M (2015). "Line sampling approach for extreme case analysis in presence of aleatory and epistemic uncertainties". Safety and Reliability of Complex Engineered Systems. pp. 2585–2593. doi:10.1201/b19094-339. ISBN 978-1-138-02879-1.
  56. ^ Mehl, Christopher H. (2013). "P-boxes for cost uncertainty analysis". Mechanical Systems and Signal Processing. 37 (1–2): 253–263. Bibcode:2013MSSP...37..253M. doi:10.1016/j.ymssp.2012.03.014.
  57. ^ Sentz, K., and S. Ferson (2011). Probabilistic bounding analysis in the quantification of margins and uncertainties. Reliability Engineering and System Safety 96: 1126–1136.
  58. ^ Rozell, Daniel J., and Sheldon J. Reaven (2012). Water pollution risk associated with natural gas extraction from the Marcellus Shale. Risk Analysis 32: 1382–1393.

Further references edit

  • Bernardini, Alberto; Tonon, Fulvio (2010). Bounding Uncertainty in Civil Engineering: Theoretical Background. Berlin: Springer. ISBN 978-3-642-11189-1.
  • Ferson, Scott (2002). RAMAS Risk Calc 4.0 Software : Risk Assessment with Uncertain Numbers. Boca Raton, Florida: Lewis Publishers. ISBN 978-1-56670-576-9.
  • Gerla, G. (1994). "Inferences in Probability Logic". Artificial Intelligence. 70 (1–2): 33–52. doi:10.1016/0004-3702(94)90102-3.
  • Oberkampf, William L.; Roy, Christopher J. (2010). Verification and Validation in Scientific Computing. New York: Cambridge University Press. ISBN 978-0-521-11360-1.

External links edit

  • Probability bounds analysis in environmental risk assessments
  • Intervals and probability distributions
  • The Society for Imprecise Probability: Theories and Applications

probability, bounds, analysis, collection, methods, uncertainty, propagation, making, qualitative, quantitative, calculations, face, uncertainties, various, kinds, used, project, partial, information, about, random, variables, other, quantities, through, mathe. Probability bounds analysis PBA is a collection of methods of uncertainty propagation for making qualitative and quantitative calculations in the face of uncertainties of various kinds It is used to project partial information about random variables and other quantities through mathematical expressions For instance it computes sure bounds on the distribution of a sum product or more complex function given only sure bounds on the distributions of the inputs Such bounds are called probability boxes and constrain cumulative probability distributions rather than densities or mass functions This bounding approach permits analysts to make calculations without requiring overly precise assumptions about parameter values dependence among variables or even distribution shape Probability bounds analysis is essentially a combination of the methods of standard interval analysis and classical probability theory Probability bounds analysis gives the same answer as interval analysis does when only range information is available It also gives the same answers as Monte Carlo simulation does when information is abundant enough to precisely specify input distributions and their dependencies Thus it is a generalization of both interval analysis and probability theory The diverse methods comprising probability bounds analysis provide algorithms to evaluate mathematical expressions when there is uncertainty about the input values their dependencies or even the form of mathematical expression itself The calculations yield results that are guaranteed to enclose all possible distributions of the output variable if the input p boxes were also sure to enclose their respective distributions In some cases a calculated p box will also be best possible in the sense that the bounds could be no tighter without excluding some of the possible distributions P boxes are usually merely bounds on possible distributions The bounds often also enclose distributions that are not themselves possible For instance the set of probability distributions that could result from adding random values without the independence assumption from two precise distributions is generally a proper subset of all the distributions enclosed by the p box computed for the sum That is there are distributions within the output p box that could not arise under any dependence between the two input distributions The output p box will however always contain all distributions that are possible so long as the input p boxes were sure to enclose their respective underlying distributions This property often suffices for use in risk analysis and other fields requiring calculations under uncertainty Contents 1 History of bounding probability 2 Arithmetic expressions 2 1 Mathematical details 3 Logical expressions 4 Magnitude comparisons 5 Sampling based computation 6 Relationship to other uncertainty propagation approaches 7 Applications 8 See also 9 References 10 Further references 11 External linksHistory of bounding probability editThe idea of bounding probability has a very long tradition throughout the history of probability theory Indeed in 1854 George Boole used the notion of interval bounds on probability in his The Laws of Thought 1 2 Also dating from the latter half of the 19th century the inequality attributed to Chebyshev described bounds on a distribution when only the mean and variance of the variable are known and the related inequality attributed to Markov found bounds on a positive variable when only the mean is known Kyburg 3 reviewed the history of interval probabilities and traced the development of the critical ideas through the 20th century including the important notion of incomparable probabilities favored by Keynes Of particular note is Frechet s derivation in the 1930s of bounds on calculations involving total probabilities without dependence assumptions Bounding probabilities has continued to the present day e g Walley s theory of imprecise probability 4 The methods of probability bounds analysis that could be routinely used in risk assessments were developed in the 1980s Hailperin 2 described a computational scheme for bounding logical calculations extending the ideas of Boole Yager 5 described the elementary procedures by which bounds on convolutions can be computed under an assumption of independence At about the same time Makarov 6 and independently Ruschendorf 7 solved the problem originally posed by Kolmogorov of how to find the upper and lower bounds for the probability distribution of a sum of random variables whose marginal distributions but not their joint distribution are known Frank et al 8 generalized the result of Makarov and expressed it in terms of copulas Since that time formulas and algorithms for sums have been generalized and extended to differences products quotients and other binary and unary functions under various dependence assumptions 9 10 11 12 13 14 Arithmetic expressions editArithmetic expressions involving operations such as additions subtractions multiplications divisions minima maxima powers exponentials logarithms square roots absolute values etc are commonly used in risk analyses and uncertainty modeling Convolution is the operation of finding the probability distribution of a sum of independent random variables specified by probability distributions We can extend the term to finding distributions of other mathematical functions products differences quotients and more complex functions and other assumptions about the intervariable dependencies There are convenient algorithms for computing these generalized convolutions under a variety of assumptions about the dependencies among the inputs 5 9 10 14 Mathematical details edit Let D displaystyle mathbb D nbsp denote the space of distribution functions on the real numbers R displaystyle mathbb R nbsp i e D D D R 0 1 D x D y for all x lt y displaystyle mathbb D D D mathbb R to 0 1 D x leq D y text for all x lt y nbsp A p box is a quintuple F F m v F displaystyle left overline F underline F m v mathbf F right nbsp where F F D m v displaystyle overline F underline F in mathbb D m v nbsp are real intervals and F D displaystyle mathbf F subset mathbb D nbsp This quintuple denotes the set of distribution functions F F D displaystyle F in mathbf F subset mathbb D nbsp such that x R F x F x F x R x d F x m expectation condition R x 2 d F x R x d F x 2 v variance condition displaystyle begin aligned forall x in mathbb R qquad amp overline F x leq F x leq underline F x 6pt amp int mathbb R xdF x in m amp amp text expectation condition amp int mathbb R x 2 dF x left int mathbb R xdF x right 2 in v amp amp text variance condition end aligned nbsp If a function satisfies all the conditions above it is said to be inside the p box In some cases there may be no information about the moments or distribution family other than what is encoded in the two distribution functions that constitute the edges of the p box Then the quintuple representing the p box B 1 B 2 0 D displaystyle B 1 B 2 infty infty 0 infty mathbb D nbsp can be denoted more compactly as B1 B2 This notation harkens to that of intervals on the real line except that the endpoints are distributions rather than points The notation X F displaystyle X sim F nbsp denotes the fact that X R displaystyle X in mathbb R nbsp is a random variable governed by the distribution function F that is F R 0 1 x Pr X x displaystyle begin cases F mathbb R to 0 1 x mapsto Pr X leq x end cases nbsp Let us generalize the tilde notation for use with p boxes We will write X B to mean that X is a random variable whose distribution function is unknown except that it is inside B Thus X F B can be contracted to X B without mentioning the distribution function explicitly If X and Y are independent random variables with distributions F and G respectively then X Y Z H given by H z z x y F x G y d z R F x G z x d x F G displaystyle H z int z x y F x G y dz int mathbb R F x G z x dx F G nbsp This operation is called a convolution on F and G The analogous operation on p boxes is straightforward for sums Suppose X A A 1 A 2 and Y B B 1 B 2 displaystyle X sim A A 1 A 2 quad text and quad Y sim B B 1 B 2 nbsp If X and Y are stochastically independent then the distribution of Z X Y is inside the p box A 1 B 1 A 2 B 2 displaystyle left A 1 B 1 A 2 B 2 right nbsp Finding bounds on the distribution of sums Z X Y without making any assumption about the dependence between X and Y is actually easier than the problem assuming independence Makarov 6 8 9 showed that Z sup z x y max F x G y 1 0 inf z x y min F x G y 1 displaystyle Z sim left sup z x y max F x G y 1 0 inf z x y min F x G y 1 right nbsp These bounds are implied by the Frechet Hoeffding copula bounds The problem can also be solved using the methods of mathematical programming 13 The convolution under the intermediate assumption that X and Y have positive dependence is likewise easy to compute as is the convolution under the extreme assumptions of perfect positive or perfect negative dependency between X and Y 14 Generalized convolutions for other operations such as subtraction multiplication division etc can be derived using transformations For instance p box subtraction A B can be defined as A B where the negative of a p box B B1 B2 is B2 x B1 x Logical expressions editLogical or Boolean expressions involving conjunctions AND operations disjunctions OR operations exclusive disjunctions equivalences conditionals etc arise in the analysis of fault trees and event trees common in risk assessments If the probabilities of events are characterized by intervals as suggested by Boole 1 and Keynes 3 among others these binary operations are straightforward to evaluate For example if the probability of an event A is in the interval P A a 0 2 0 25 and the probability of the event B is in P B b 0 1 0 3 then the probability of the conjunction is surely in the interval P A amp B a b 0 2 0 25 0 1 0 3 0 2 0 1 0 25 0 3 0 02 0 075 dd dd dd so long as A and B can be assumed to be independent events If they are not independent we can still bound the conjunction using the classical Frechet inequality In this case we can infer at least that the probability of the joint event A amp B is surely within the interval P A amp B env max 0 a b 1 min a b env max 0 0 2 0 25 0 1 0 3 1 min 0 2 0 25 0 1 0 3 env max 0 0 2 0 1 1 max 0 0 25 0 3 1 min 0 2 0 1 min 0 25 0 3 env 0 0 0 1 0 25 0 0 25 dd dd dd where env x1 x2 y1 y2 is min x1 y1 max x2 y2 Likewise the probability of the disjunction is surely in the interval P A v B a b a b 1 1 a 1 b 1 1 0 2 0 25 1 0 1 0 3 1 0 75 0 8 0 7 0 9 1 0 525 0 72 0 28 0 475 dd dd dd if A and B are independent events If they are not independent the Frechet inequality bounds the disjunction P A v B env max a b min 1 a b env max 0 2 0 25 0 1 0 3 min 1 0 2 0 25 0 1 0 3 env 0 2 0 3 0 3 0 55 0 2 0 55 dd dd dd It is also possible to compute interval bounds on the conjunction or disjunction under other assumptions about the dependence between A and B For instance one might assume they are positively dependent in which case the resulting interval is not as tight as the answer assuming independence but tighter than the answer given by the Frechet inequality Comparable calculations are used for other logical functions such as negation exclusive disjunction etc When the Boolean expression to be evaluated becomes complex it may be necessary to evaluate it using the methods of mathematical programming 2 to get best possible bounds on the expression A similar problem one presents in the case of probabilistic logic see for example Gerla 1994 If the probabilities of the events are characterized by probability distributions or p boxes rather than intervals then analogous calculations can be done to obtain distributional or p box results characterizing the probability of the top event Magnitude comparisons editThe probability that an uncertain number represented by a p box D is less than zero is the interval Pr D lt 0 F 0 F 0 where F 0 is the left bound of the probability box D and F 0 is its right bound both evaluated at zero Two uncertain numbers represented by probability boxes may then be compared for numerical magnitude with the following encodings A lt B Pr A B lt 0 A gt B Pr B A lt 0 A B Pr A B 0 and A B Pr B A 0 Thus the probability that A is less than B is the same as the probability that their difference is less than zero and this probability can be said to be the value of the expression A lt B Like arithmetic and logical operations these magnitude comparisons generally depend on the stochastic dependence between A and B and the subtraction in the encoding should reflect that dependence If their dependence is unknown the difference can be computed without making any assumption using the Frechet operation Sampling based computation editSome analysts 15 16 17 18 19 20 use sampling based approaches to computing probability bounds including Monte Carlo simulation Latin hypercube methods or importance sampling These approaches cannot assure mathematical rigor in the result because such simulation methods are approximations although their performance can generally be improved simply by increasing the number of replications in the simulation Thus unlike the analytical theorems or methods based on mathematical programming sampling based calculations usually cannot produce verified computations However sampling based methods can be very useful in addressing a variety of problems which are computationally difficult to solve analytically or even to rigorously bound One important example is the use of Cauchy deviate sampling to avoid the curse of dimensionality in propagating interval uncertainty through high dimensional problems 21 Relationship to other uncertainty propagation approaches editPBA belongs to a class of methods that use imprecise probabilities to simultaneously represent aleatoric and epistemic uncertainties PBA is a generalization of both interval analysis and probabilistic convolution such as is commonly implemented with Monte Carlo simulation PBA is also closely related to robust Bayes analysis which is sometimes called Bayesian sensitivity analysis PBA is an alternative to second order Monte Carlo simulation Applications editMain article Applications of p boxes and probability bounds analysis P boxes and probability bounds analysis have been used in many applications spanning many disciplines in engineering and environmental science including Engineering design 22 Expert elicitation 23 Analysis of species sensitivity distributions 24 Sensitivity analysis in aerospace engineering of the buckling load of the frontskirt of the Ariane 5 launcher 25 ODE models of chemical reactor dynamics 26 27 Pharmacokinetic variability of inhaled VOCs 28 Groundwater modeling 29 Bounding failure probability for series systems 30 Heavy metal contamination in soil at an ironworks brownfield 31 32 Uncertainty propagation for salinity risk models 33 Power supply system safety assessment 34 Contaminated land risk assessment 35 Engineered systems for drinking water treatment 36 Computing soil screening levels 37 Human health and ecological risk analysis by the U S EPA of PCB contamination at the Housatonic River Superfund site 38 39 Environmental assessment for the Calcasieu Estuary Superfund site 40 Aerospace engineering for supersonic nozzle thrust 41 Verification and validation in scientific computation for engineering problems 42 Toxicity to small mammals of environmental mercury contamination 43 Modeling travel time of pollution in groundwater 44 Reliability analysis 45 Endangered species assessment for reintroduction of Leadbeater s possum 46 Exposure of insectivorous birds to an agricultural pesticide 47 Climate change projections 31 48 49 Waiting time in queuing systems 50 Extinction risk analysis for spotted owl on the Olympic Peninsula 51 Biosecurity against introduction of invasive species or agricultural pests 52 Finite element structural analysis 53 54 55 Cost estimates 56 Nuclear stockpile certification 57 Fracking risks to water pollution 58 See also editProbability box Robust Bayes analysis Imprecise probability Second order Monte Carlo simulation Monte Carlo simulation Interval analysis Probability theory Risk analysisReferences edit a b Boole George 1854 An Investigation of the Laws of Thought on which are Founded the Mathematical Theories of Logic and Probabilities London Walton and Maberly a b c Hailperin Theodore 1986 Boole s Logic and Probability Amsterdam North Holland ISBN 978 0 444 11037 4 a b Kyburg H E Jr 1999 Interval valued probabilities dead link SIPTA Documentation on Imprecise Probability Walley Peter 1991 Statistical Reasoning with Imprecise Probabilities London Chapman and Hall ISBN 978 0 412 28660 5 a b Yager R R 1986 Arithmetic and other operations on Dempster Shafer structures International Journal of Man machine Studies 25 357 366 a b Makarov G D 1981 Estimates for the distribution function of a sum of two random variables when the marginal distributions are fixed Theory of Probability and Its Applications 26 803 806 Ruschendorf L 1982 Random variables with maximum sums Advances in Applied Probability 14 623 632 a b Frank M J R B Nelsen and B Schweizer 1987 Best possible bounds for the distribution of a sum a problem of Kolmogorov Probability Theory and Related Fields 74 199 211 a b c Williamson R C and T Downs 1990 Probabilistic arithmetic I Numerical methods for calculating convolutions and dependency bounds International Journal of Approximate Reasoning 4 89 158 a b Ferson S V Kreinovich L Ginzburg D S Myers and K Sentz 2003 Constructing Probability Boxes and Dempster Shafer Structures Archived 22 July 2011 at the Wayback Machine SAND2002 4015 Sandia National Laboratories Albuquerque NM Berleant D 1993 Automatically verified reasoning with both intervals and probability density functions Interval Computations 1993 2 48 70 Berleant D G Anderson and C Goodman Strauss 2008 Arithmetic on bounded families of distributions a DEnv algorithm tutorial Pages 183 210 in Knowledge Processing with Interval and Soft Computing edited by C Hu R B Kearfott A de Korvin and V Kreinovich Springer ISBN 978 1 84800 325 5 a b Berleant D and C Goodman Strauss 1998 Bounding the results of arithmetic operations on random variables of unknown dependency using intervals Reliable Computing 4 147 165 a b c Ferson S R Nelsen J Hajagos D Berleant J Zhang W T Tucker L Ginzburg and W L Oberkampf 2004 Dependence in Probabilistic Modeling Dempster Shafer Theory and Probability Bounds Analysis Sandia National Laboratories SAND2004 3072 Albuquerque NM Alvarez D A 2006 On the calculation of the bounds of probability of events using infinite random sets International Journal of Approximate Reasoning 43 241 267 Baraldi P Popescu I C Zio E 2008 Predicting the time to failure of a randomly degrading component by a hybrid Monte Carlo and possibilistic method IEEE Proc International Conference on Prognostics and Health Management Batarseh O G Wang Y 2008 Reliable simulation with input uncertainties using an interval based approach IEEE Proc Winter Simulation Conference Roy Christopher J and Michael S Balch 2012 A holistic approach to uncertainty quantification with application to supersonic nozzle thrust International Journal for Uncertainty Quantification 2 4 363 81 doi 10 1615 Int J UncertaintyQuantification 2012003562 Zhang H Mullen R L Muhanna R L 2010 Interval Monte Carlo methods for structural reliability Structural Safety 32 183 190 Zhang H Dai H Beer M Wang W 2012 Structural reliability analysis on the basis of small samples an interval quasi Monte Carlo method Mechanical Systems and Signal Processing 37 1 2 137 51 doi 10 1016 j ymssp 2012 03 001 Trejo R Kreinovich V 2001 Error estimations for indirect measurements randomized vs deterministic algorithms for black box programs Handbook on Randomized Computing S Rajasekaran P Pardalos J Reif and J Rolim eds Kluwer 673 729 Aughenbaugh J M and C J J Paredis 2007 Probability bounds analysis as a general approach to sensitivity analysis in decision making under uncertainty Archived 2012 03 21 at the Wayback Machine SAE 2007 Transactions Journal of Passenger Cars Mechanical Systems Section 6 116 1325 1339 SAE International Warrendale Pennsylvania Flander L W Dixon M McBride and M Burgman 2012 Facilitated expert judgment of environmental risks acquiring and analysing imprecise data International Journal of Risk Assessment and Management 16 199 212 Dixon W J 2007 The use of Probability Bounds Analysis for Characterising and Propagating Uncertainty in Species Sensitivity Distributions Technical Report Series No 163 Arthur Rylah Institute for Environmental Research Department of Sustainability and Environment Heidelberg Victoria Australia Oberguggenberger M J King and B Schmelzer 2007 Imprecise probability methods for sensitivity analysis in engineering Proceedings of the 5th International Symposium on Imprecise Probability Theories and Applications Prague Czech Republic Enszer J A Y Lin S Ferson G F Corliss and M A Stadtherr 2011 Probability bounds analysis for nonlinear dynamic process models AIChE Journal 57 404 422 Enszer Joshua Alan 2010 Verified Probability Bound Analysis for Dynamic Nonlinear Systems Dissertation University of Notre Dame Nong A and K Krishnan 2007 Estimation of interindividual pharmacokinetic variability factor for inhaled volatile organic chemicals using a probability bounds approach Regulatory Toxicology and Pharmacology 48 93 101 Guyonnet D F Blanchard C Harpet Y Menard B Come and C Baudrit 2005 Projet IREA Traitement des incertitudes en evaluation des risques d exposition Annexe B Cas Eaux souterraines Rapport BRGM RP 54099 FR Bureau de Recherches Geologiques et Minieres France Archived 2012 03 11 at the Wayback Machine Fetz Thomas Tonon Fulvio 2008 Probability bounds for series systems with variables constrained by sets of probability measures International Journal of Reliability and Safety 2 4 309 doi 10 1504 IJRS 2008 022079 a b Augustsson A M Filipsson T Oberg B Bergback 2011 Climate change an uncertainty factor in risk analysis of contaminated land Science of the Total Environment 409 4693 4700 Baudrit C D Guyonnet H Baroudi S Denys and P Begassat 2005 Assessment of child exposure to lead on an ironworks brownfield uncertainty analysis 9th International FZK TNO Conference on Contaminated Soil ConSoil2005 Bordeaux France pages 1071 1080 Dixon W J 2007 Uncertainty Propagation in Population Level Salinity Risk Models Technical Report Technical Report Series No 164 Arthur Rylah Institute for Environmental Research Heidelberg Victoria Australia Karanki D R H S Kushwaha A K Verma and S Ajit 2009 Uncertainty analysis based on probability bounds p box approach in probabilistic safety assessment Risk Analysis 29 662 75 Sander P B Bergback and T Oberg 2006 Uncertain numbers and uncertainty in the selection of input distributions Consequences for a probabilistic risk assessment of contaminated land Risk Analysis 26 1363 1375 Minnery J G J G Jacangelo L I Boden D J Vorhees and W Heiger Bernays 2009 Sensitivity analysis of the pressure based direct integrity test for membranes used in drinking water treatment Environmental Science and Technology 43 24 9419 9424 Regan H M B E Sample and S Ferson 2002 Comparison of deterministic and probabilistic calculation of ecological soil screening levels Environmental Toxicology and Chemistry 21 882 890 U S Environmental Protection Agency Region I GE Housatonic River Site in New England Moore Dwayne R J Breton Roger L Delong Tod R Ferson Scott Lortie John P MacDonald Drew B McGrath Richard Pawlisz Andrzej Svirsky Susan C Teed R Scott Thompson Ryan P Whitfield Aslund Melissa 2016 Ecological risk assessment for mink and short tailed shrew exposed to PCBS dioxins and furans in the Housatonic River area Integrated Environmental Assessment and Management 12 1 174 184 doi 10 1002 ieam 1661 PMID 25976918 U S Environmental Protection Agency Region 6 Superfund Program Calcasieu Estuary Remedial Investigation Archived January 20 2011 at the Wayback Machine Roy C J and M S Balch 2012 A holistic approach to uncertainty quantification with application to supersonic nozzle thrust International Journal for Uncertainty Quantification 2 363 381 doi 10 1615 Int J UncertaintyQuantification 2012003562 Oberkampf W L and C J Roy 2010 Verification and Validation in Scientific Computing Cambridge University Press Regan H M B K Hope and S Ferson 2002 Analysis and portrayal of uncertainty in a food web exposure model Human and Ecological Risk Assessment 8 1757 1777 Ferson S and W T Tucker 2004 Reliability of risk analyses for contaminated groundwater Groundwater Quality Modeling and Management under Uncertainty edited by S Mishra American Society of Civil Engineers Reston VA Crespo Luis G Kenny Sean P Giesy Daniel P 2013 Reliability analysis of polynomial systems subject to p box uncertainties Mechanical Systems and Signal Processing 37 1 2 121 136 Bibcode 2013MSSP 37 121C doi 10 1016 j ymssp 2012 08 012 Ferson S and M Burgman 1995 Correlations dependency bounds and extinction risks Biological Conservation 73 101 105 Ferson S D R J Moore P J Van den Brink T L Estes K Gallagher R O Connor and F Verdonck 2010 Bounding uncertainty analyses Pages 89 122 in Application of Uncertainty Analysis to Ecological Risks of Pesticides edited by W J Warren Hicks and A Hart CRC Press Boca Raton Florida Kriegler E and H Held 2005 Utilizing belief functions for the estimation of future climate change International Journal of Approximate Reasoning 39 185 209 Kriegler E 2005 Imprecise probability analysis for integrated assessment of climate change Ph D dissertation Universitat Potsdam Germany Batarseh O G Y 2010 An Interval Based Approach to Model Input Uncertainty in Discrete event Simulation Ph D dissertation University of Central Florida Goldwasser L L Ginzburg and S Ferson 2000 Variability and measurement error in extinction risk analysis the northern spotted owl on the Olympic Peninsula Pages 169 187 in Quantitative Methods for Conservation Biology edited by S Ferson and M Burgman Springer Verlag New York Hayes K R 2011 Uncertainty and uncertainty analysis methods Issues in quantitative and qualitative risk modeling with application to import risk assessment ACERA project 0705 Report Number EP102467 CSIRO Hobart Australia Zhang H R L Mullen and R L Muhanna 2010 Finite element structural analysis using imprecise probabilities based on p box representation Proceedings of the 4th International Workshop on Reliable Engineering Computing REC 2010 Zhang H R Mullen R Muhanna 2012 Safety Structural Analysis with Probability Boxes International Journal of Reliability and Safety 6 110 129 Patelli E de Angelis M 2015 Line sampling approach for extreme case analysis in presence of aleatory and epistemic uncertainties Safety and Reliability of Complex Engineered Systems pp 2585 2593 doi 10 1201 b19094 339 ISBN 978 1 138 02879 1 Mehl Christopher H 2013 P boxes for cost uncertainty analysis Mechanical Systems and Signal Processing 37 1 2 253 263 Bibcode 2013MSSP 37 253M doi 10 1016 j ymssp 2012 03 014 Sentz K and S Ferson 2011 Probabilistic bounding analysis in the quantification of margins and uncertainties Reliability Engineering and System Safety 96 1126 1136 Rozell Daniel J and Sheldon J Reaven 2012 Water pollution risk associated with natural gas extraction from the Marcellus Shale Risk Analysis 32 1382 1393 Further references editBernardini Alberto Tonon Fulvio 2010 Bounding Uncertainty in Civil Engineering Theoretical Background Berlin Springer ISBN 978 3 642 11189 1 Ferson Scott 2002 RAMAS Risk Calc 4 0 Software Risk Assessment with Uncertain Numbers Boca Raton Florida Lewis Publishers ISBN 978 1 56670 576 9 Gerla G 1994 Inferences in Probability Logic Artificial Intelligence 70 1 2 33 52 doi 10 1016 0004 3702 94 90102 3 Oberkampf William L Roy Christopher J 2010 Verification and Validation in Scientific Computing New York Cambridge University Press ISBN 978 0 521 11360 1 External links editProbability bounds analysis in environmental risk assessments Intervals and probability distributions Epistemic uncertainty project The Society for Imprecise Probability Theories and Applications Retrieved from https en wikipedia org w index php title Probability bounds analysis amp oldid 1161632992, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.