QTA 3 - COMMON UNIVARIATE RANDOM VARIABLES Flashcards
What are the key properties among the following distributions: Uniform, Bernoulli, Poisson, Normal, Lognormal, Chi-squared, Student’s t, and F?
They have distinct characteristics and applications in modeling different types of data.
Each distribution is utilized in specific contexts, such as modeling binary events, counts of events, or continuous data.
What is a Bernoulli distribution?
A discrete distribution for random variables that produces one of two values: 0 or 1.
It models binary outcomes like success/failure.
What parameter does the Bernoulli distribution depend on?
The probability of success, denoted as p.
The distribution is expressed as Y ~ Bernoulli(p).
What is the mean of a Bernoulli random variable Y?
E[Y] = p.
This is calculated as p * 1 + (1 - p) * 0.
What is the variance of a Bernoulli random variable Y?
V[Y] = p(1 - p).
Where q = 1 - p is the failure probability.
What is the probability mass function (PMF) of a Bernoulli distribution?
f(y) = p^y * (1 - p)^(1 - y).
This function only produces two values: p when y = 1 and (1 - p) when y = 0.
What is a binomial distribution?
It describes the sum of n independent Bernoulli random variables.
It models the total number of successes in n trials.
What parameters define a binomial distribution?
n (number of trials) and p (probability of success).
The binomial distribution is expressed as Y = B(n, p).
What is the mean of a binomially distributed random variable Y?
E[Y] = n * p.
This represents the expected number of successes in n trials.
What is the variance of a binomially distributed random variable Y?
V[Y] = n * p * (1 - p).
This accounts for the variability in the number of successes.
What is the skewness of a binomial distribution dependent on?
The probability p; small values produce right-skewed distributions.
This affects how the distribution is shaped.
What is a Poisson distribution used for?
To model counts of events over fixed time spans.
Examples include loan defaults or customer arrivals.
What is the single parameter of a Poisson distribution?
The hazard rate, denoted as λ.
This represents the average number of events per interval.
What are the mean and variance of a Poisson random variable Y?
Both are equal to λ.
This property simplifies calculations for Poisson processes.
What is the PMF of a Poisson random variable?
P(Y = n) = (λ^n * e^(-λ)) / n!.
This defines the probability of observing n events.
What is a uniform distribution?
A distribution where any value within the range [a, b] is equally likely to occur.
It is the simplest continuous random variable.
What is the PDF of a uniform distribution?
f(y) = 1 / (b - a) for a ≤ y ≤ b.
It is zero outside this range.
What is the mean of a uniform random variable Y ~ U(a, b)?
E[Y] = (a + b) / 2.
This represents the midpoint of the distribution’s support.
What is the variance of a uniform random variable Y ~ U(a, b)?
V[Y] = (b - a)^2 / 12.
This shows the distribution’s spread.
What is the normal distribution often referred to as?
Gaussian distribution or bell curve.
It is widely used in risk management.
What does the normal distribution play a key role in?
The Central Limit Theorem (CLT).
This is crucial for hypothesis testing.
What are the mean and variance of a normal distribution Y ~ N(μ, σ²)?
E[Y] = μ and V[Y] = σ².
These parameters fully describe the distribution.
What is the confidence interval for a 95% confidence level in a normal distribution?
μ - 1.96σ to μ + 1.96σ.
This interval contains approximately 95% of the data.
True or False: The normal distribution is infinitely divisible.
True.
This property allows for flexible modeling of random processes.