book 1 Flashcards
How do you write ‘A union B’
P(A∪B)
What does (A∪B) mean?
‘A union B’ shorthand for ‘A or B’
What does ∅ mean?
∅ represents the empty set
What does P(3∪4) mean?
it means the probability P(3 or 4)
If it is impossible for A and B to occur simultaneously they are………
mutually exclusive
What is P(A ∪ B) = P(A) + P(B) − P(A ∩ B).
The addition rule: for any two events A and B
What is the complement ?
is the other outcomes (NOT the ones we want)
What does Ω represent?
It is the event space
What is the event space?
It is the range - For instance, if the experiment is rolling a six-sided die, then the event space is Ω = {1, 2, 3, 4, 5, 6}
What is the range ?
The range is actually comes out of the function, its the set of all possible values a random variable can take
What is the domain ?
The domain is what can go into the function
What is the codomain ?
The codomain is what may possibly come out of a function
What is discrete uniform distribution ?
The random variable X is said to have a discrete uniform distribution, or to be uniformly distributed, if p(x)=1/n, x=1, 2, …..,6. The score obtained when a fair six sided die is rolled can be modelled by a discrete uniform distribution with n=6.
What is the Bernoulli distribution ?
A Bernoulli trial is an experiment that has precisely two outcomes: either an event E occurs or it does not. These outcomes are often described as ‘success’ or ‘failure’, and their probabilities are denoted by p and q(=1-p), respectively . A random variable X is said to have a Bernoulli distribution with parameter p if P(X=1)=p and P(X=0)=q. The p.m.f. of X can be written p(x)=p^x q^1-x, x=0, 1.
What is the binomial distribution ?
Suppose that a sequence of n independent Bernoulli trials is performed. At each trial either a success occurs, with probability p, or a failure occurs, with
probability 1 − p = q. The total number of successes in n trials is a random variable Y with range {0, 1, . . . , n}.
The random variable Y is said to have a binomial distribution with parameters
n and p, and this is written Y ∼ B(n, p).