Ch 3 Flashcards
When is a continuous rv uniform(X~Unif(a,b)?
If X has a constant pdf
fX(x)=1/(b-a), for a<=x<=b
0, otherwise
How do we define the indicator function?
I(S) :=(1, S is true,
0, S is false.
Sometimes the statement S is implicit and we write for a set A
IA (x) := I(x ∈ A) =(1, x ∈ A,
0, x ∉ A
Define a Bernoulli random variable. (X~Bern(p))
A Bernoulli random variable with parameter p (where 0 ≤ p ≤ 1) is a random variable such that P (X = 1) = p
and P (X = 0) = 1 − p
Explain simply what a Bernoulli random variable is.
A one off trial that succeeds with probability p
Define Binomial distribution. (X~Binom(n,p))
The probability of getting exactly
k successes in n trials is given by the binomial probability mass function (PMF):P(X=k)=nCkp^k(1-p)^(n-k)
Where:•the binomial coefficient, which gives the number of ways to choose
k successes from n trials
•p is the probability of success on any given trial.
•(1−p) is the probability of failure.
•k is the number of successes (where
k=0,1,2,…,n).
Explain simply the binomial distribution.
a discrete probability distribution that describes the number of successes in a fixed number of independent and identical trials of a binary experiment, where each trial has only two possible outcomes: success or failure. The binomial distribution is characterized by the number of trials n and the probability of success p in each trial
Does the binomial distribution model a discrete or continuous random variable?
Discrete( number of successes in n trials)
Define geometric distribution(X~Geom(p))
P(X=k)=(1-p)^(k-1)*p
Explain simply what geometric distribution is.
a discrete probability distribution that models the number of trials needed to get the first success in a sequence of independent and identical Bernoulli trials
Explain the memoryless quality of geometric distribution
For all k,j€{1,2,…} P(X=k+j|X>j)=P(X=k)
If we have already had j failures without a success then the probability of getting a success in k tries is the same as if we had just started.
Define Poisson distribution(X~Pois(lambda))
A random variable X such that for k ∈ {0, 1, 2, . . . }
P (X = k) = e^(-λ)*λ^k/k!
Explain Poisson distribution simply
a discrete probability distribution that models the number of events occurring within a fixed interval of time or space, under the assumption that these events occur independently and at a constant average rate
What does lambda represent in poisson?
n*p
Define an exponential random variable (X~exp(lambda))
A random variable X with pdf
fX (x) = λe^(−λx)1[0,∞)(x) =
(0, x < 0,
λe^(−λx) , x ≥ 0,
where λ > 0,
Explain simply exponential distribution
a continuous random variable that models the time between events in a Poisson process, which describes a series of events happening independently at a constant average rate