Table of contents
Concepts
1. Random experiment
Studies and experiments are conducted to deal with the uncertainty by estimate the likelihood of a specified event (e.g. two tossings produces two heads).
Random experiment. A process (or mechanism) produce definitive but uncertain output (or outcome) (e.g. tossing a coin).
Random experiments are often conducted repeatedly, so that the collective results may be subjected to statistical analysis. A fixed number of repetitions of the same experiment can be thought of as a composed experiment, in which case the individual repetitions are called trials. (Experiment - Probability Theory, 2021)
Some characteristics of a random experiment includes:
- consists of multiple trials (tossing the coin multiple times). Each trial produces one and only one outcome (e.g. head or tail)
- a random experiment has a set of all possible outcomes, called Sample space, denoted as or (e.g. )
2. Sample space, Event
The finest-grained list of outcomes for an experiment is the sample space of the experiment (Larson & Odoni, 1981)
Sample space or . A set of all possible outcomes associated with a Random experiment. Each Outcome is an element of the Sample space.
Sample space’s cardinality (i.e. size of a set)—represented as —could be ‘finite, countably infinite, or noncountably infinite’.
To summary, there are 3 different types of Sample spaces:
Countability | Cardinality | Discrete/Continuous | Example |
---|---|---|---|
Countable | Finite | Discrete | in the simple toss of a coin |
Countable | Infinite | Discrete | describing the possible number of fire alarms in a city during a year |
Noncountable | Infinite | Continuous | , describing the possible locations of required on-the-scene social services in a city 10 by 10 miles square. |
Events. A group of zero or more outcomes. All events is a member of (\mathcal{F}
) which is a set of all events.
Editing
- Key operations details
- Algebraic details
Algebra of Events:
- 3 key operations
- Union
- Intersection
- Complement
- 7 algebraic axioms
- Commutative law
- Associative law
- Distributive law
- Complement of the complement
- Complement of the intersection
- Intersection of self-complement
- Intersection with the universe of events
3. Probability
Back to aforementioned statement in the previous section:
Studies and experiments are conducted to deal with the uncertainty by estimate the likelihood of a specified event.
So where does the uncertainty in the event occurence come from?
According to (Shapiro, 1999), there are 3 kinds of source leading to the random behavior in a [classification] system:
- True random component, e.g., random noise in measurement
- Random component due to modeling, e.g., systems learn from sampled data
- Incomplete information, e.g., unknown domain knowledge or knowledge on the phenomena
To address these uncertain elements, we assign a Probability—a value between 0 and 1—to an event.
Probability. Likelihood of each of the possible events (on a single trial), denoted as a continuous number in range . is a function mapping from events to probabilities.
Axioms of Probability:
- Axiom 1: For any event .
- Axiom 2: , is the Sample space
- Axiom 3: Suppose are disjoint events:
References
- Experiment - Probability theory. (2021). https://en.wikipedia.org/wiki/Experiment_(probability_theory)[Online; accessed 2021-07-14]
- Larson, R. C., & Odoni, A. R. (1981). Brief Review of Probabilistic Modeling. In Urban Operations Research. Prentice-Hall. https://web.mit.edu/urban_or_book/www/book/chapter2/contents2.html[Online; accessed 2021-07-14]
- Shapiro, J. (1999). A Primer on Probability. https://apt.cs.manchester.ac.uk/ftp/pub/ai/jls/CS2411/prob97/[Online; accessed 2021-07-15]