Open JaakobKind opened 1 year ago
yes, you are absolutely right. I have fixed this in the next revision of the book. Do you agree with this revision? The @'s refer to bibliography references, you won't see them resolved in this source text:
Both the frequency-based and the uncertain-belief perspective have their place in statistical inference, and depending on the situation, we are going to rely on both ways of thinking. Regardless of these differences in perspective, the probability of an outcome happening is defined to be constrained in the following way. For now, we consider discrete outcomes, such as obtaining a 6 when tossing a six-sided die. The statements below are not formal statements of the axioms of probability theory; for more details (and more precise formulations), see @RossProb or @kolmogorov2018foundations. Another formal presentation is in @resnick2019probability.
The above definitions are based on the axiomatic definition of probability by @kolmogorov2018foundations.
I would keep the term "event" in the first three statements, especially in the 3rd one, because outcomes cannot be independent. Hence, both terms "outcome" and "event" should be defined. Events are used later in Section 1.2. Hence, readers should know that they are subsets of the sample space (while outcomes are elements of the sample space). In a very strict terminology, outcomes would not have a probability, but the corresponding elementary events.
i think that then i have to introduce the idea of a power set. let me think about this again.
@JaakobKind I rewrote section 1.1. I think this version is accurate. Let me know if there is a mistake:
http://bruno.nicenboim.me/bayescogsci/ch-intro.html#introprob
Thanks.
I rewrote it again following more comments from another mathematician. So this version is now outdated. Here is the revised text.
Informally, we all understand what the term \index{Probability} probability means. We routinely talk about things like the probability of it raining today. However, there are two distinct ways to think about probability. One can think of the probability of an something happening with reference to the \index{Frequency} frequency with which it might occur in repeated observations. Such a conception of probability is easy to imagine in cases where something can, at least in principle, occur repeatedly.
An example would be obtaining a 6 when tossing a die again and again. However, this frequentist view of probability is difficult to justify when talking about one-of-a-kind things, such as earthquakes; here, probability is expressing our uncertainty about the earthquake happening.
Both the frequency-based and the uncertain-belief perspective have their place in statistical inference, and depending on the situation, we are going to rely on both ways of thinking.
The probability of something happening is defined to be constrained in the way described below. A concrete example of "something happening" is obtaining nine correct answers when we ask a subject $10$ yes-no questions (say, about the meaning of a sentence). The statements below are not formal definitions of the axioms of probability theory; for more details (and more precise formulations), see @blitzstein2014introduction, @RossProb, @kerns2014introduction, @resnick2019probability, or @kolmogorov2018foundations (among many other books). Keep in mind that different textbooks have slightly different ways of presenting the underlying structure of what constitutes a \index{Probability space} probability space (defined below).^[Thanks go to Philip Loewen for his detailed suggestions on improving the presentation without descending into formalism. Any errors that remain are of course due to the authors.]
In the presentation that follows, we assume basic familiarity with set theory.
The formal axioms of probability that will be presented below involve three ingredients: a set $\Omega$ known as the \index{Sample space} sample space, a collection of subsets of $\Omega$ denoted by $F$ and called the \index{Event space} event space, and a real-valued function named $P$ that assigns a number to each set in the family $F$. The elements of $\Omega$ are typically denoted $\omega$; these are called \index{Outcomes} outcomes. Sets in the family $F$ are often denoted by $E$, and called \index{Events} events. The simplest events are the single-element sets of the form ${\omega}$ for different choices of $\omega$ in $\Omega$; these are called the \index{Elementary events} elementary events.
When the sample space $\Omega$ is finite, any subset of $\Omega$ can be an event; in this case, the event space $F$ is the collection of all possible subsets of $\Omega$. For example, for a standard six-sided die, the sample space is the set $\Omega={1,2,3,4,5,6}$ and the event space $F$ will contain $2^6 = 64$ sets: the empty set, six one-element sets, $15$ two-element sets, $20$ three-element sets, ..., and one six-element set. Here are three assumptions we will always make about any event space:
For our purposes here, it suffices to rely on the intuition gained by considering the case where $\Omega$ is a finite set.
To make the above abstract concepts more concrete, consider again the situation where we conduct an experiment in which we ask subjects to respond to $10$ questions that can either have a correct ($c$) or incorrect ($i$) answer. A possible outcome is the following sequence of correct (represented as c) and incorrect (represented as i) answers: $ciciccicci$. Another possible outcome is $cciicicici$. The outcomes $\omega$ are thus all possible sequences of correct and incorrect answers, and the sample space $\Omega$ is the set of all possible outcomes. Consider events next; the event corresponding to obtaining one correct answer when $10$ questions are asked, is the subset of outcomes ${ciiiiiiiii,iciiiiiiii,iiciiiiiii,\ldots}$; in other words, the event corresponding to obtaining one correct answer is a set containing $10$ elements. Similarly, the event corresponding to obtaining nine correct answers when $10$ questions are asked is the subset of outcomes ${ccccccccci,ccccccccic,\ldots }$. When we conduct an experiment, if we get a particular outcome like $ciiiiiiiii$, then we say that the event ${ciiiiiiiii,iciiiiiiii,iiciiiiiii,\ldots}$ occurred.
The probability axioms refer to the sample space $\Omega$, event space $F$, and probability $P$ as follows:
Together, the triplet $(\Omega, F, P)$ is called a \index{Probability space} probability space.
On page 4 of the book "An Introduction to Bayesian Data Analysis for Cognitive Science", I find the statement" The probabilities of all possible events in the entire sample space must sum up to 1." I do not like this statement very much, because it would not even become true if "events" would be replaced by "elementary events" (because the sum of the probabilities of all elementary events is 0 for a continuous distribution).