Lecture 10: Probability Theory Flashcards
What is Probability?
These are statements about outcomes which are possible but may not be guaranteed.
How can probabilities be expressed?
Through:
- fractions
- ratios
- percentages
Why is probability important?
- Allows us to reason about a computer sustems reliability
- What is the likelohood of a critical component failing?
- where should we build in redundancy?
- Helps describe a network server availability
List other examples were probability theory is used
- data mining
- pattern recognition
- encryption
- tracking
- robotics
- IS
- data compression
- Bayesian networks
- automatic classifciation
- information fusion
what are other factors of probability?
- Can be considered as “relative frequency”
- usually expressed as real numbers ranging between zero and one
what does the term experiement mean?
It is a process which generates data
- a single performance of the experiment is call atrial
- each trial has an outcome
- e.g. tossing a coin
What does the term sample space mean?
The set of all possible outcomes
- e.g single coin tose (h, t)
- e.g2. coin tossed twice (hh, ht etc…)
What does the term event mean?
A subset of the sample space
- the outcome with particular characteristics
- e.g. getting the same result in two coin tosses (HH,TT)
Describe discrete probability.
considers only experiments for which the sample space contains a finite number of elements or a countably infinite number of elements.
What is a probability density function?
assigns probabilities to all of the elements in the sample space
Explain Uniform probabilities. (uniform probability density functions)
If a sample space contains N elements, all of which are likely to occur, then probability assigned to each are 1/N.
What does it mean by “Counting sample points”?
some problems need to be solved by specifically counting the number of elements in a set or subset, without actually listing each element
list the 7 basic counting strategies.
- addition principle
- subtraction principle
- pigeon-hole principle
- complementation
- combinations
- permutations of distinct objects
- permutations of repeated objects
Addition.
suppose one element is to be selected from a collection of disjoint or mutually exclusive sets A1, A2…An
then the total amount of possible choices is given by A1 + A2 + An…
What does it mean to be mutually exclusive set?
to have no elements in common