IP Flashcards
What axioms does a probability function satisfy?
(1) P(A)>=0
(2) P(sample space)=1
(3) If A1,A2,… are mutually exclusive members of F (Ai N Aj= empty set) then P(U from i=1 to infinity of Ai)= E from i=1 to infinity of P(Ai).
Though if the sample space is finite, then (3) becomes P(AUB)=P(A)+P(B) if A N B = empty set
A collection of events, F, is called a sigma-field if it satisfies which axioms?
(1) sample space is in F
(2) if A is in F then A complement is in F
(3) if A1,A2,… is in F then so is A1UA2U…
How can these be written:
1) P(A^c
(2) P(AUB)
(3) P(empty set)
(1) P(A^c)=1-P(A)
(2) P(AUB)=P(A)+P(B)-P(A N B)
(3) P(empty set)=0
What is the equation for conditional probability and what is Bayes’ rule?
P(A|B)=P(A N B)/P(B)
Bayes’ rule: P(A|B)=P(B|A)P(A)/P(B)
Two events are said to be independent if and only if…?
P(A N B)=P(A)P(B)
and then…
P(A|B)=P(A) and P(B|A)=P(B)
The cumulative distribution function is defined by what?
F(x)=P(X<=x)
What are the properties of a c.d.f?
- F(X1)<=1
- Lim F(x) as x goes to infinity is 1
- Lim F(x) as x goes to -infinity is 0
- Lim F(x) as x goes to a+ = F(a) (right continuous)
What is a probability mass function defined by and what are its properties?
Pmf relates to discrete random variables and is defined as f(x)=P(X=x).
- The set of x such that f(x) is not equal to 0 is countable.
- Sum from k in real numbers of f(x)=1 for all x where f(x) is not zero.
What is a probability density function and what are its properties?
A probability density function relates to continuous random variables and is defined as F(x)=integral from -infinity to x of f(x)dx=1
- P(X=x)=0
- Integral from -infinity to infinity of f(x)dx=1
- P(a<=b)=integral from a to b of f(x)dx
What is the expectation and variance for:
- Discrete random variables
- Continuous random variables
- EX: sum from k of kP(X=k)
VarX: EX^2 - (EX)^2 where EX^2=k^2P(X=k) - EX: integral of xf(x)dx
VarX: EX^2 - (EX)^2 where EX^2=the integral of x^2f(x)dx
What is a Binomial, Geometric and Poisson distribution used for?
Binomial: n independent Bernoulli trials are performed and X represents the number of successes that occur in n trials.
Geometric: probability p of success. The sequence is observed until the first success occurs. X represents the trial number of the first success.
Poisson: can be used with approximating binomial r.v. parameters (n,p) where n is large and p is small so that np is a moderate size.