• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/25

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

25 Cards in this Set

  • Front
  • Back
rare event rule
given a particular assumption, if the probability of an observed event is extremely rare, we conclude that the assumption is probably not correct

ie) Flip coin and should be .5 of heads or tails. If it appears .9 tails and .1 heads, our assumption of coin being fair was probably wrong.
event
a collection of outcome with a specific rule

ie) all outcome having 2 heads and 1 tail are

HHT HTH THH
simple event or sample point
one possible outcome that can't be broken down to simpler components.

ie) HTH
sample space (S)
the set of all possible outcomes from a procedure; all simple events
notation of an event
Defining an event-
A:{obtaining 2 heads and 1 tail}
(or)
A:{HHT, HTH, THH}

Probability of an event
P(A)=0.375
probability (rule 1)
the proportion of times a specific outcome would occur over the long run experimentally

P(A)= (# of ways A occured)/(# of times trial is repeated)
relative frequency
the number of times an outcome would occur relative to other outcomes
probability (rule 2)
the proportion of times a specific outcome occurs theoretically

P(A)= (# of ways A can occur)/(# of possible simple events)
P(A)= S/n
law of large numbers
as a procedure is repeated many times, the relative frequency probability (from rule 1) of an event tends to approach the actual probability (from rule 2)
personal probability of an event (rule 3)
the degree to which an individual believes the event will happen (aka subjective probability)
compound events
a composition of two or more other events
union (A ∪ B)
occurs if either A or B both occur on a single performance of an experiment
intersection (A ∩ B)
event that occurs if both A and B occur on a single performance of the experiment
disjoint or mutually exclusive events
if two events have no outcomes in common (no intersections)
complementary events
the event that A does not occur

denoted by A_bar or A^c

P(A) + P(A_bar) = 1
calculating possible outcomes of all events
(# of possible samples)^(# of samples per event)

ie) toss a coin 10 times.
# of possible samples = 2 (H or T)
# of samples per event = 10

possible outcomes = 2^10 = 1,024
additive rule of probability
P(A∪B) = P(A) + P(B) - P(A∩B)
conditional probability
the probability that event A occurs given that event B occurs

P(A|B)
independent events
when event B does not alter the probability that event A has occurred

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

(otherwise known as dependent events)
Given deck of 52 cards:
1. What is probability that the first card is a heart?
2. What is the probability that the second card is spade?
3. What is the probability that the first card is a heart and the second card is a spade?
4. Given that the first card is a heart, what is the probability that the second card is a spade?
1. 13/52

2. 13/52 (didn't specifically say "considering the first card is a heart")

3. (13/52)(13/51)

4. 13/51
combinations rule
number of different samples containing r elements that can be selected from n elements

|n| = (n!)/(r!(n-r)!)
|r|
permutations rule
number of different ordered samples containing r elements that can be selected from n elements

n_P_r = (n!)/(n-r)!
Bayes Rule
what to do when you want to go from P(A|B) --> P(B|A)

P(B¹|A) = P(B¹)P(A|B¹) / [P(B¹)P(A|B¹)+P(B²)P(A|B²)+...]
prior probability (considering Bayes Rule)
the probability of a certain event before considering how other events effect it

Bayes Rule:
P(B¹|A) = P(B¹)P(A|B¹) / [P(B¹)P(A|B¹)+P(B²)P(A|B²)+...]

P(B¹) is prior probability
posterior probability (considering Bayes Rule)
the probability of a certain event given that another event has occurred

Bayes Rule:
P(B¹|A) = P(B¹)P(A|B¹) / [P(B¹)P(A|B¹)+P(B²)P(A|B²)+...]

P(B¹|A) is posterior probability