Probabilistic Logic Programming and Bayesian Networks

Total Page:16

File Type:pdf, Size:1020Kb

Probabilistic Logic Programming and Bayesian Networks Probabilistic Logic Programming and Bayesian Networks Liem Ngo and Peter Haddawy Department of Electrical Engineering and Computer Science University of WisconsinMilwaukee Milwaukee WI fliem haddawygcsuwmedu Abstract We present a probabilistic logic programming framework that allows the repre sentation of conditional probabilities While conditional probabilities are the most commonly used metho d for representing uncertainty in probabilistic exp ert systems they have b een largely neglected bywork in quantitative logic programming We de ne a xp oint theory declarativesemantics and pro of pro cedure for the new class of probabilistic logic programs Compared to other approaches to quantitative logic programming weprovide a true probabilistic framework with p otential applications in probabilistic exp ert systems and decision supp ort systems We also discuss the relation ship b etween such programs and Bayesian networks thus moving toward a unication of two ma jor approaches to automated reasoning To appear in Proceedings of the Asian Computing Science Conference Pathumthani Thailand December This work was partially supp orted by NSF grant IRI Intro duction Reasoning under uncertainty is a topic of great imp ortance to many areas of Computer Sci ence Of all approaches to reasoning under uncertainty probability theory has the strongest theoretical foundations In the quest to extend the framwork of logic programming to represent and reason with uncertain knowledge there havebeenseveral attempts to add numeric representations of uncertainty to logic programming languages Of these attempts the only one to use probabilityisthework of Ng and Sub rahmanian In their framework a probabilistic logic program is an annotated Horn program Atypical example clause in a probabilistic logic program taken from is pathX Y aX Y whichsays that if the probabilitythata typ e A connection is used lies in the interval then the reliability of the path is b etween and As this example illustrates their framework do es not employ conditional probability which is the most common waytoquantify degrees of inuence in probabilistic reasoning and probabilistic exp ert systems In the authors allow clauses to b e interpreted as ts but they consider only the consistency of such programs conditional probability statemen and do not provide a query answering pro cedure Bayesian networks have b ecome the most p opular metho d for representing and rea soning with probabilistic information An extended form of Bayesian networks inuence diagrams are widely used in decision analysis The strengths of causal relationships in Bayesian networks and inuence diagrams are sp ecied with conditional probabilities A prominent feature of Bayesian networks is that they allow computation of p osterior proba bilities and p erformance of systematic sensitivity analysis which is imp ortant when the exact probabilityvalues are hard to obtain Bayesian networks are used as the main representation and reasoning device in probabilistic diagnostic systems and exp ert systems Bayesian networks were originally presented as static graphical mo dels for a problem domain the relevant random variables are identied a Bayesian network representing the relationships b etween the random variables is sketched and probabilityvalues are assessed Inference is then p erformed using the entire domain mo del even if only a p ortion is relevantto agiven inference problem Recently the approachknown as knowledgebased mo del construc tion has attempted to address this limitation by representing probabilistic information in wledge base using schematic variables and indexing schemes and constructing a network a kno mo del tailored to each sp ecic problem The constructed network is a subset of the domain mo del represented by the collection of sentences in the knowledge base Approaches to this area of researchhave either fo cused on practical mo del construction algorithms neglecting formal asp ects of the problem or fo cused on formal asp ects of the knowledge base rep resentation language without presenting practical algorithms for constructing networks In we prop ose b oth a theoretical framework and a pro cedure for constructing Bayesian networks from a set of conditional probabilistic sentences The purp ose of this pap er is twofold First we prop ose an extension of logic program ming which allows the representation of conditional probabilities and hence can b e used to write probabilistic exp ert systems Second weinvestigate the relationship b etween prob abilistic logic programs and Bayesian networks While Poole shows how to represent a discrete Bayesian network in his Probabilistic Horn Ab duction framework in this pap er we address b oth sides of this relationship First weshowhowBayesian networks can b e represented easily and intuitively by our probabilistic logic programs Second we presenta metho d for answering queries on the probabilistic logic programs by constructing Bayesian networks and then prop ogating probabilities on the networks Weprovide a declarative se mantics for probabilistic logic programs and prove that the constructed Bayesian networks faithfully reect the declarative semantics Syntax C Throughout this pap er we use Pr and sometimes Pr Pr to denote a probability distribu P P tion AB with p ossible subscripts to denote atoms names with leading capital characters to denote domain variables names with leading small characters to denote constants and pq with p ossible subscripts to denote predicates We use a rst order language con taining innitely manyvariable symb ols and nitely many constant function and predicate symb ols WeuseHB to denote the Herbrand base of the language which can b e innite For convenience we use comma instead of logical AND and semicolons to sep erate the sentences in a list of sentences Each predicate represents a class of similar random variables In the probability mo dels we consider eac h random variable can takevalues from a nite set and in each p ossible realization of the world that variable can have one and only one value For example the variable neighborhood of a p erson X can havevalue bad average good and in each p ossible realization of the world one and only one of these three values can b e true the others must b e false We capture this prop ertyby requiring that each predicate have at least one attribute representing the value of the corresp onding random variable By convention we take this to b e the last attribute For example the variable neighborhood of a p erson X can b e represented byatwop osition predicate neig hbor hoodX V the rst p osition indicates the p erson and the second indicates the typ e of that p ersons neighb orho o d bad average or go o d We asso ciate with each predicate a value integrity constraint statement Denition The value integrity constraint statement associated with an mary pred icate p consists of the fol lowing rst order sentences pX X V V v m V v pX X v pX X v i j i j n where n m i m j nm are two integers v v are dierent constants cal ledthevalueconstants n denoting the possible values of the random variables corresponding to p X X are m e is universal ly quantied over the entire sentence dierent variable names and each sentenc For convenience we use EXCLUSIV Ep v v to denote the above set of sentences n We use as the identity relation on HB and always assume our theories include Clarks Equality Theory We denote by VALp the set fv v g If A is an atom of predicate n pwe also use VALA as equivalentto VALp If A is the ground atom pt t v m then valA denotes the value v and obj A denotes the random variable corresp onding to p t t m We require sucha value integrity constraint for each predicate The set of all the integrity constraints is denoted byIC Example The value integrity constraint for the predicate neig hbor hood is EX CLUSI V Eneig hbor hood bad av erag e g ood f neig hbor hoodX bad neig hbor hoodX av er ag e neig hbor hoodX bad neig hbor hoodX g ood neig hbor hoodX av er ag e neig hbor hoodX g ood neig hbor hoodX V V bad V av er ag e V g oodg For a person say named John neig hbor hoodj ohn g ood means the random variable neigh borhood of John indicated in the language by obj neig hbor hoodj ohn g ood isgo o d indi cated in the language by valneig hbor hoodj ohn g ood goodInanypossible world one and only one of the fol lowing atoms is true neig hbor hoodj ohn bad neig hbor hoodjohn averageorneig hbor hoodj ohn g ood VALneig hbor hoodor VALneig hbor hoodjohn bad is the set fbad av er ag e g oodg Wehavetwo kinds of constants The value constants are declared byEXCLUSIVE clauses and used as the last arguments of predicates The nonvalue constants are used for the other predicate arguments Denition LetAbe the ground atom pt t We dene ExtA the extension of m pg A to be the set fpt t vjv VAL m Example In the burglary example Extneig hbor hoodj ohn bad fneig hbor hoodj ohn bad neig hbor hoodj ohn av er ag e neig hbor hoodj ohn g ood g Let A b e an atom We dene groundA to b e the set of all ground instances of AA set of ground atoms fA j i ng is called coherent if there do not exist any A and A i j j and valA valA such that j j and obj A obj A j j j j Denition A probabilistic sentence has the form PrA jA A where n n andA are atoms The sentencecan have free variables and each free vari i able is universal ly quantied over its entirescope The meaning of such a sentenceisIf PrB
Recommended publications
  • Bayes and the Law
    Bayes and the Law Norman Fenton, Martin Neil and Daniel Berger [email protected] January 2016 This is a pre-publication version of the following article: Fenton N.E, Neil M, Berger D, “Bayes and the Law”, Annual Review of Statistics and Its Application, Volume 3, 2016, doi: 10.1146/annurev-statistics-041715-033428 Posted with permission from the Annual Review of Statistics and Its Application, Volume 3 (c) 2016 by Annual Reviews, http://www.annualreviews.org. Abstract Although the last forty years has seen considerable growth in the use of statistics in legal proceedings, it is primarily classical statistical methods rather than Bayesian methods that have been used. Yet the Bayesian approach avoids many of the problems of classical statistics and is also well suited to a broader range of problems. This paper reviews the potential and actual use of Bayes in the law and explains the main reasons for its lack of impact on legal practice. These include misconceptions by the legal community about Bayes’ theorem, over-reliance on the use of the likelihood ratio and the lack of adoption of modern computational methods. We argue that Bayesian Networks (BNs), which automatically produce the necessary Bayesian calculations, provide an opportunity to address most concerns about using Bayes in the law. Keywords: Bayes, Bayesian networks, statistics in court, legal arguments 1 1 Introduction The use of statistics in legal proceedings (both criminal and civil) has a long, but not terribly well distinguished, history that has been very well documented in (Finkelstein, 2009; Gastwirth, 2000; Kadane, 2008; Koehler, 1992; Vosk and Emery, 2014).
    [Show full text]
  • Estimating the Accuracy of Jury Verdicts
    Institute for Policy Research Northwestern University Working Paper Series WP-06-05 Estimating the Accuracy of Jury Verdicts Bruce D. Spencer Faculty Fellow, Institute for Policy Research Professor of Statistics Northwestern University Version date: April 17, 2006; rev. May 4, 2007 Forthcoming in Journal of Empirical Legal Studies 2040 Sheridan Rd. ! Evanston, IL 60208-4100 ! Tel: 847-491-3395 Fax: 847-491-9916 www.northwestern.edu/ipr, ! [email protected] Abstract Average accuracy of jury verdicts for a set of cases can be studied empirically and systematically even when the correct verdict cannot be known. The key is to obtain a second rating of the verdict, for example the judge’s, as in the recent study of criminal cases in the U.S. by the National Center for State Courts (NCSC). That study, like the famous Kalven-Zeisel study, showed only modest judge-jury agreement. Simple estimates of jury accuracy can be developed from the judge-jury agreement rate; the judge’s verdict is not taken as the gold standard. Although the estimates of accuracy are subject to error, under plausible conditions they tend to overestimate the average accuracy of jury verdicts. The jury verdict was estimated to be accurate in no more than 87% of the NCSC cases (which, however, should not be regarded as a representative sample with respect to jury accuracy). More refined estimates, including false conviction and false acquittal rates, are developed with models using stronger assumptions. For example, the conditional probability that the jury incorrectly convicts given that the defendant truly was not guilty (a “type I error”) was estimated at 0.25, with an estimated standard error (s.e.) of 0.07, the conditional probability that a jury incorrectly acquits given that the defendant truly was guilty (“type II error”) was estimated at 0.14 (s.e.
    [Show full text]
  • General Probability, II: Independence and Conditional Proba- Bility
    Math 408, Actuarial Statistics I A.J. Hildebrand General Probability, II: Independence and conditional proba- bility Definitions and properties 1. Independence: A and B are called independent if they satisfy the product formula P (A ∩ B) = P (A)P (B). 2. Conditional probability: The conditional probability of A given B is denoted by P (A|B) and defined by the formula P (A ∩ B) P (A|B) = , P (B) provided P (B) > 0. (If P (B) = 0, the conditional probability is not defined.) 3. Independence of complements: If A and B are independent, then so are A and B0, A0 and B, and A0 and B0. 4. Connection between independence and conditional probability: If the con- ditional probability P (A|B) is equal to the ordinary (“unconditional”) probability P (A), then A and B are independent. Conversely, if A and B are independent, then P (A|B) = P (A) (assuming P (B) > 0). 5. Complement rule for conditional probabilities: P (A0|B) = 1 − P (A|B). That is, with respect to the first argument, A, the conditional probability P (A|B) satisfies the ordinary complement rule. 6. Multiplication rule: P (A ∩ B) = P (A|B)P (B) Some special cases • If P (A) = 0 or P (B) = 0 then A and B are independent. The same holds when P (A) = 1 or P (B) = 1. • If B = A or B = A0, A and B are not independent except in the above trivial case when P (A) or P (B) is 0 or 1. In other words, an event A which has probability strictly between 0 and 1 is not independent of itself or of its complement.
    [Show full text]
  • Probabilistic Logic Programming
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Lirias ProbLog2: Probabilistic logic programming Anton Dries, Angelika Kimmig, Wannes Meert, Joris Renkens, Guy Van den Broeck, Jonas Vlasselaer, and Luc De Raedt KU Leuven, Belgium, [email protected], https://dtai.cs.kuleuven.be/problog Abstract. We present ProbLog2, the state of the art implementation of the probabilistic programming language ProbLog. The ProbLog language allows the user to intuitively build programs that do not only encode complex interactions between a large sets of heterogenous components but also the inherent uncertainties that are present in real-life situations. The system provides efficient algorithms for querying such models as well as for learning their parameters from data. It is available as an online tool on the web and for download. The offline version offers both command line access to inference and learning and a Python library for building statistical relational learning applications from the system's components. Keywords: probabilistic programming, probabilistic inference, param- eter learning 1 Introduction Probabilistic programming is an emerging subfield of artificial intelligence that extends traditional programming languages with primitives to support proba- bilistic inference and learning. Probabilistic programming is closely related to statistical relational learning (SRL) but focusses on a programming language perspective rather than on a graphical model one. The common goal is to pro- vide powerful tools for modeling of and reasoning about structured, uncertain domains that naturally arise in applications such as natural language processing, bioinformatics, and activity recognition. This demo presents the ProbLog2 system, the state of the art implementa- tion of the probabilistic logic programming language ProbLog [2{4].
    [Show full text]
  • Propensities and Probabilities
    ARTICLE IN PRESS Studies in History and Philosophy of Modern Physics 38 (2007) 593–625 www.elsevier.com/locate/shpsb Propensities and probabilities Nuel Belnap 1028-A Cathedral of Learning, University of Pittsburgh, Pittsburgh, PA 15260, USA Received 19 May 2006; accepted 6 September 2006 Abstract Popper’s introduction of ‘‘propensity’’ was intended to provide a solid conceptual foundation for objective single-case probabilities. By considering the partly opposed contributions of Humphreys and Miller and Salmon, it is argued that when properly understood, propensities can in fact be understood as objective single-case causal probabilities of transitions between concrete events. The chief claim is that propensities are well-explicated by describing how they fit into the existing formal theory of branching space-times, which is simultaneously indeterministic and causal. Several problematic examples, some commonsense and some quantum-mechanical, are used to make clear the advantages of invoking branching space-times theory in coming to understand propensities. r 2007 Elsevier Ltd. All rights reserved. Keywords: Propensities; Probabilities; Space-times; Originating causes; Indeterminism; Branching histories 1. Introduction You are flipping a fair coin fairly. You ascribe a probability to a single case by asserting The probability that heads will occur on this very next flip is about 50%. ð1Þ The rough idea of a single-case probability seems clear enough when one is told that the contrast is with either generalizations or frequencies attributed to populations asserted while you are flipping a fair coin fairly, such as In the long run; the probability of heads occurring among flips is about 50%. ð2Þ E-mail address: [email protected] 1355-2198/$ - see front matter r 2007 Elsevier Ltd.
    [Show full text]
  • Conditional Probability and Bayes Theorem A
    Conditional probability And Bayes theorem A. Zaikin 2.1 Conditional probability 1 Conditional probablity Given events E and F ,oftenweareinterestedinstatementslike if even E has occurred, then the probability of F is ... Some examples: • Roll two dice: what is the probability that the sum of faces is 6 given that the first face is 4? • Gene expressions: What is the probability that gene A is switched off (e.g. down-regulated) given that gene B is also switched off? A. Zaikin 2.2 Conditional probability 2 This conditional probability can be derived following a similar construction: • Repeat the experiment N times. • Count the number of times event E occurs, N(E),andthenumberoftimesboth E and F occur jointly, N(E ∩ F ).HenceN(E) ≤ N • The proportion of times that F occurs in this reduced space is N(E ∩ F ) N(E) since E occurs at each one of them. • Now note that the ratio above can be re-written as the ratio between two (unconditional) probabilities N(E ∩ F ) N(E ∩ F )/N = N(E) N(E)/N • Then the probability of F ,giventhatE has occurred should be defined as P (E ∩ F ) P (E) A. Zaikin 2.3 Conditional probability: definition The definition of Conditional Probability The conditional probability of an event F ,giventhataneventE has occurred, is defined as P (E ∩ F ) P (F |E)= P (E) and is defined only if P (E) > 0. Note that, if E has occurred, then • F |E is a point in the set P (E ∩ F ) • E is the new sample space it can be proved that the function P (·|·) defyning a conditional probability also satisfies the three probability axioms.
    [Show full text]
  • Probabilistic Boolean Logic, Arithmetic and Architectures
    PROBABILISTIC BOOLEAN LOGIC, ARITHMETIC AND ARCHITECTURES A Thesis Presented to The Academic Faculty by Lakshmi Narasimhan Barath Chakrapani In Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in the School of Computer Science, College of Computing Georgia Institute of Technology December 2008 PROBABILISTIC BOOLEAN LOGIC, ARITHMETIC AND ARCHITECTURES Approved by: Professor Krishna V. Palem, Advisor Professor Trevor Mudge School of Computer Science, College Department of Electrical Engineering of Computing and Computer Science Georgia Institute of Technology University of Michigan, Ann Arbor Professor Sung Kyu Lim Professor Sudhakar Yalamanchili School of Electrical and Computer School of Electrical and Computer Engineering Engineering Georgia Institute of Technology Georgia Institute of Technology Professor Gabriel H. Loh Date Approved: 24 March 2008 College of Computing Georgia Institute of Technology To my parents The source of my existence, inspiration and strength. iii ACKNOWLEDGEMENTS आचायातर् ्पादमादे पादं िशंयः ःवमेधया। पादं सॄचारयः पादं कालबमेणच॥ “One fourth (of knowledge) from the teacher, one fourth from self study, one fourth from fellow students and one fourth in due time” 1 Many people have played a profound role in the successful completion of this disser- tation and I first apologize to those whose help I might have failed to acknowledge. I express my sincere gratitude for everything you have done for me. I express my gratitude to Professor Krisha V. Palem, for his energy, support and guidance throughout the course of my graduate studies. Several key results per- taining to the semantic model and the properties of probabilistic Boolean logic were due to his brilliant insights.
    [Show full text]
  • CONDITIONAL EXPECTATION Definition 1. Let (Ω,F,P)
    CONDITIONAL EXPECTATION 1. CONDITIONAL EXPECTATION: L2 THEORY ¡ Definition 1. Let (­,F ,P) be a probability space and let G be a σ algebra contained in F . For ¡ any real random variable X L2(­,F ,P), define E(X G ) to be the orthogonal projection of X 2 j onto the closed subspace L2(­,G ,P). This definition may seem a bit strange at first, as it seems not to have any connection with the naive definition of conditional probability that you may have learned in elementary prob- ability. However, there is a compelling rationale for Definition 1: the orthogonal projection E(X G ) minimizes the expected squared difference E(X Y )2 among all random variables Y j ¡ 2 L2(­,G ,P), so in a sense it is the best predictor of X based on the information in G . It may be helpful to consider the special case where the σ algebra G is generated by a single random ¡ variable Y , i.e., G σ(Y ). In this case, every G measurable random variable is a Borel function Æ ¡ of Y (exercise!), so E(X G ) is the unique Borel function h(Y ) (up to sets of probability zero) that j minimizes E(X h(Y ))2. The following exercise indicates that the special case where G σ(Y ) ¡ Æ for some real-valued random variable Y is in fact very general. Exercise 1. Show that if G is countably generated (that is, there is some countable collection of set B G such that G is the smallest σ algebra containing all of the sets B ) then there is a j 2 ¡ j G measurable real random variable Y such that G σ(Y ).
    [Show full text]
  • ST 371 (VIII): Theory of Joint Distributions
    ST 371 (VIII): Theory of Joint Distributions So far we have focused on probability distributions for single random vari- ables. However, we are often interested in probability statements concerning two or more random variables. The following examples are illustrative: • In ecological studies, counts, modeled as random variables, of several species are often made. One species is often the prey of another; clearly, the number of predators will be related to the number of prey. • The joint probability distribution of the x, y and z components of wind velocity can be experimentally measured in studies of atmospheric turbulence. • The joint distribution of the values of various physiological variables in a population of patients is often of interest in medical studies. • A model for the joint distribution of age and length in a population of ¯sh can be used to estimate the age distribution from the length dis- tribution. The age distribution is relevant to the setting of reasonable harvesting policies. 1 Joint Distribution The joint behavior of two random variables X and Y is determined by the joint cumulative distribution function (cdf): (1.1) FXY (x; y) = P (X · x; Y · y); where X and Y are continuous or discrete. For example, the probability that (X; Y ) belongs to a given rectangle is P (x1 · X · x2; y1 · Y · y2) = F (x2; y2) ¡ F (x2; y1) ¡ F (x1; y2) + F (x1; y1): 1 In general, if X1; ¢ ¢ ¢ ;Xn are jointly distributed random variables, the joint cdf is FX1;¢¢¢ ;Xn (x1; ¢ ¢ ¢ ; xn) = P (X1 · x1;X2 · x2; ¢ ¢ ¢ ;Xn · xn): Two- and higher-dimensional versions of probability distribution functions and probability mass functions exist.
    [Show full text]
  • Recent Progress on Conditional Randomness (Probability Symposium)
    数理解析研究所講究録 39 第2030巻 2017年 39-46 Recent progress on conditional randomness * Hayato Takahashi Random Data Lab. Abstract We review the recent progress on the definition of randomness with respect to conditional probabilities and a generalization of van Lambal‐ gen theorem (Takahashi 2006, 2008, 2009, 2011). In addition we show a new result on the random sequences when the conditional probabili‐ tie \mathrm{s}^{\backslash }\mathrm{a}\mathrm{r}\mathrm{e} mutually singular, which is a generalization of Kjos Hanssens theorem (2010). Finally we propose a definition of random sequences with respect to conditional probability and argue the validity of the definition from the Bayesian statistical point of view. Keywords: Martin‐Löf random sequences, Lambalgen theo‐ rem, conditional probability, Bayesian statistics 1 Introduction The notion of conditional probability is one of the main idea in probability theory. In order to define conditional probability rigorously, Kolmogorov introduced measure theory into probability theory [4]. The notion of ran‐ domness is another important subject in probability and statistics. In statistics, the set of random points is defined as the compliment of give statistical tests. In practice, data is finite and statistical test is a set of small probability, say 3%, with respect to null hypothesis. In order to dis‐ cuss whether a point is random or not rigorously, we study the randomness of sequences (infinite data) and null sets as statistical tests. The random set depends on the class of statistical tests. Kolmogorov brought an idea of recursion theory into statistics and proposed the random set as the compli‐ ment of the effective null sets [5, 6, 8].
    [Show full text]
  • A Unifying Field in Logics: Neutrosophic Logic. Neutrosophy, Neutrosophic Set, Neutrosophic Probability and Statistics
    FLORENTIN SMARANDACHE A UNIFYING FIELD IN LOGICS: NEUTROSOPHIC LOGIC. NEUTROSOPHY, NEUTROSOPHIC SET, NEUTROSOPHIC PROBABILITY AND STATISTICS (fourth edition) NL(A1 A2) = ( T1 ({1}T2) T2 ({1}T1) T1T2 ({1}T1) ({1}T2), I1 ({1}I2) I2 ({1}I1) I1 I2 ({1}I1) ({1} I2), F1 ({1}F2) F2 ({1} F1) F1 F2 ({1}F1) ({1}F2) ). NL(A1 A2) = ( {1}T1T1T2, {1}I1I1I2, {1}F1F1F2 ). NL(A1 A2) = ( ({1}T1T1T2) ({1}T2T1T2), ({1} I1 I1 I2) ({1}I2 I1 I2), ({1}F1F1 F2) ({1}F2F1 F2) ). ISBN 978-1-59973-080-6 American Research Press Rehoboth 1998, 2000, 2003, 2005 FLORENTIN SMARANDACHE A UNIFYING FIELD IN LOGICS: NEUTROSOPHIC LOGIC. NEUTROSOPHY, NEUTROSOPHIC SET, NEUTROSOPHIC PROBABILITY AND STATISTICS (fourth edition) NL(A1 A2) = ( T1 ({1}T2) T2 ({1}T1) T1T2 ({1}T1) ({1}T2), I1 ({1}I2) I2 ({1}I1) I1 I2 ({1}I1) ({1} I2), F1 ({1}F2) F2 ({1} F1) F1 F2 ({1}F1) ({1}F2) ). NL(A1 A2) = ( {1}T1T1T2, {1}I1I1I2, {1}F1F1F2 ). NL(A1 A2) = ( ({1}T1T1T2) ({1}T2T1T2), ({1} I1 I1 I2) ({1}I2 I1 I2), ({1}F1F1 F2) ({1}F2F1 F2) ). ISBN 978-1-59973-080-6 American Research Press Rehoboth 1998, 2000, 2003, 2005 1 Contents: Preface by C. Le: 3 0. Introduction: 9 1. Neutrosophy - a new branch of philosophy: 15 2. Neutrosophic Logic - a unifying field in logics: 90 3. Neutrosophic Set - a unifying field in sets: 125 4. Neutrosophic Probability - a generalization of classical and imprecise probabilities - and Neutrosophic Statistics: 129 5. Addenda: Definitions derived from Neutrosophics: 133 2 Preface to Neutrosophy and Neutrosophic Logic by C.
    [Show full text]
  • Chapter 2: Probability
    16 Chapter 2: Probability The aim of this chapter is to revise the basic rules of probability. By the end of this chapter, you should be comfortable with: • conditional probability, and what you can and can’t do with conditional expressions; • the Partition Theorem and Bayes’ Theorem; • First-Step Analysis for finding the probability that a process reaches some state, by conditioning on the outcome of the first step; • calculating probabilities for continuous and discrete random variables. 2.1 Sample spaces and events Definition: A sample space, Ω, is a set of possible outcomes of a random experiment. Definition: An event, A, is a subset of the sample space. This means that event A is simply a collection of outcomes. Example: Random experiment: Pick a person in this class at random. Sample space: Ω= {all people in class} Event A: A = {all males in class}. Definition: Event A occurs if the outcome of the random experiment is a member of the set A. In the example above, event A occurs if the person we pick is male. 17 2.2 Probability Reference List The following properties hold for all events A, B. • P(∅)=0. • 0 ≤ P(A) ≤ 1. • Complement: P(A)=1 − P(A). • Probability of a union: P(A ∪ B)= P(A)+ P(B) − P(A ∩ B). For three events A, B, C: P(A∪B∪C)= P(A)+P(B)+P(C)−P(A∩B)−P(A∩C)−P(B∩C)+P(A∩B∩C) . If A and B are mutually exclusive, then P(A ∪ B)= P(A)+ P(B).
    [Show full text]