introduction to probability

0.0(0)
Studied by 1 person
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/34

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:25 PM on 5/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

35 Terms

1
New cards

variability of data

  • measurement variability

  • variability due to small changes in experimental conditions

2
New cards

uncertainty

corresponds to a lack of complete or perfect knowledge

3
New cards

causes of uncertainty

  • incomplete observation of a system

  • unpredictable variation

  • simple lack of knowledge about the state of nature

    • current state that is imperfectly observed

    • future state that is the result of a study yet to be carried out

4
New cards

probability

numerical assessment of the chance of a particular event occurring, given a particular set of circumstances

5
New cards

experiment

some situation that generates multiple possible outcomes

6
New cards

aims of an experiment

  • identify possible outcomes

  • assign numerical value to collections of possible value to represent the chance that they will coincide with the actual outcome

  • lay out the rules for how the numerical values can be manipulated

7
New cards

set (S)

  • collection of individual elements (s)

  • s ∈ S means s is one of the elements of S

8
New cards

finite set

  • contains a finite number of elements

  • S = {1,2,3,4,5}, S = {heads, tails}

9
New cards

countable set

  • contains an infinite number of elements that can be listed

  • S = {1,2,3,4,5,…}

10
New cards

uncountable set

  • contains an infinite number of elements that cannot be listed

  • S = {all values on a continuum between 0 and 100}

11
New cards

subset (A)

  • contains some or all of the elements of S

    • some: A ⊂ S

    • some or all: A ⊆ S

  • every element of A is also an element of S

    • s ∈ A → s ∈ S

12
New cards

empty set (∅)

subset that contains no elements

13
New cards

intersection (∩)

  • collection of elements that are elements of both sets

    • s∈A∩B means s∈A and s∈B

  • for any A,B⊆S:

    • A∩∅=∅

    • A∩S=A

    • A∩B⊆A

    • A∩B=B

14
New cards

union (∪)

  • set of distinct elements that are either in A, or in B, or in both A and B

    • s∈A∪B means s∈A, or s∈B, or s∈A∩B

  • for any A,B⊆S:

    • A∪∅=A

    • A∪S=S

    • A⊆A∪B

    • B⊆A∪B

15
New cards

complement (Ac)

  • collection of elements of S that are not elements of A

    • s∈Ac means s∈S but s∉A

    • A∩Ac=∅

    • A∪Ac=S

  • for any A, (Ac)c=A

16
New cards

extensions of sets

  • (A∩B)∩C=A∩B∩C

  • (A∪B)∪C=A∪B∪C

  • A∪(B∩C)=(A∪B)∩(A∪C)

  • A∩(B∪C)=(A∩B)∪(A∩C)

17
New cards

partitions

  • A1, A2,…,Ak

  • pairwise disjoint (mutually exclusive)

    • Aj∩Ak=∅ for all j≠k

  • exhaustive (the As cover the whole of S, but do not overlap)

  • for every s∈S, s is an element of precisely one of the Ak

18
New cards

partitions for two subsets (A,B)

  • A∩B

  • A∩Bc

  • Ac∩B

  • Ac∩Bc

19
New cards

de Morgan’s Laws

  • Ac∩Bc=(A∪B)c

  • Ac∪Bc=(A∩B)c

20
New cards

setting of an experiment

any setting in which an uncertain consequence is to arise

21
New cards

sample space (S)

set of all possible outcomes of an experiment

22
New cards

sample points / outcomes

individual elements of the sample space S

23
New cards

event (A)

  • collection of sample outcomes

  • subset of sample space S

  • individual sample outcomes are termed simple or elementary (E1, E2,…,Ek)

24
New cards

event terminology (for two events, A and B)

  • A∩B occurs if and only if A occurs and B occurs

    • s∈A∩B

  • A∪B occurs if A occurs or if B occurs, or if both A and B occur

    • s∈A∪B

  • if A occurs, then Ac does not occur

  • event S is termed the certain event

  • event ∅ is termed the impossible event

25
New cards

rules of probability

  • content cannot be negative

    • P(A) ≥ 0

  • total content of S is standardized to be 1

    • P(S) = 1

  • if A and B do not overlap, then their total content is the sum of their individual contents

    • P(A∪B) = P(A) + P(B)

    • extends to any number of disjoint events

26
New cards

corollaries of probability rules

  • for any A, P(Ac) = 1 - P(A)

  • P(∅) = 0

  • for any A, P(A) ≤ 1

  • for any two events A and B, if A⊆ B, then P(A) ≤ P(B)

  • for two arbitrary events A and B, P(A∪B) = P(A) + P(B) - P(A∩B)

    • P(A1∪A2∪A3) = P(A1) + P(A2) + P(A3) - P(A1∩A2) - P(A1∩A3) - P(A2∩A3) + P(A1∩A2∩A3)

27
New cards

Boole’s inequality

P(∪Ai) ≤ ∑P(Ai)

28
New cards

equally likely sample outcomes

  • suppose that sample space S is finite, with N sample outcomes in total that are considered equally likely to occur

  • for elementary events E1, E2,…,EN, P(Ei)=(1/N) for i=1,…,N

  • for any A⊆S, P(A) = (number of sample outcomes in A/number of sample outcomes in S) = n/N

29
New cards

frequentist definition of probability

  • consider a finite sequence of N repeat experiments

  • let n be the number of times out of N that A occurs

  • define P(A) = limN→∞(n/N)

    • when N is really large, P(A)=n/N

30
New cards

rules for counting outcomes

  • sequence of k operations, in which operation i can result in ni possible outcomes, can result in n1 x n2 x … x nk

  • when selecting repeatedly from a finite set {1,2,…,N} we may select:

    • with replacement → each successive selection can be one of the original set, irrespective of previous selections

    • without replacement → the set is depleted by each successive election (one fewer outcome for each selection)

31
New cards

permutations (Prn)

  • ordered arrangement of r distinct objects

  • number of ways of ordering n distinct objects taken r at a time

  • Prn = n x (n - 1) x (n - 2) x … (n - r + 2) x (n - r + 1) = (n!)/[(n - r)!]

    • where n! = n x (n -1) x … x 3 × 2 × 1

32
New cards

combinations

  • number of subsets of size r that can be formed

    • choose r from n

  • Crn = (n!)/[r!(n-r)!]

  • Prn leaves (n - r) objects unselected

  • if the order of selected objects is not important in identifying a combination, we must have that Prn = r! x Crn as there are r! equivalent combinations that yield the same permutation

33
New cards

binomial theorem

(a + b)n = ∑ [(n!)/[j!(n - j)!] ajbn-j]

34
New cards

binary sequences

  • arise in many probability settings

  • if we take “1” to indicate inclusion and “0” to indicate exclusion then we can identify combinations

  • number of binary sequences of length n containing r 1s is (n!)/[r!(n-r)!]

35
New cards

combinatorial probability

  • with the knowledge that event B occurs, we restrict the parts of the sample space that should be considered

    • we are certain that the sample outcome must lie in B

    • we can forget about those outcomes that are not in B

  • for two events A and B, the conditional probability of A given B is:

    • P(A|B) = P(A∩B)/P(B)

    • we consider this only in cases where P(B) > 0

  • if B≡S, then P(A|S) = P(A)

  • if B≡A, then P(A|A) = 1

  • P(A|B) ≤ P(B)/P(B) = 1