1/15
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is a (probability) density function?
A function f : R → R is called a (probability) density function if:
f(x) >/ 0 for all real x and
-∞∞∫f(x) dx = 1
What is a continuous random variable?
A function X : Ω → R is called a continuous random variable if there is a (probability) density function fX with P(X ∈ [a, b]) = ab∫f(x) dx, -∞ \< a < b \< ∞
What is a distribution function?
The distribution function of a crv x with density function fX is the map FX : R → [0, 1] defined for all real t by FX(t) := P(X \< t) = -∞t∫ fX(x) dx
What are some notes about distribution function FX?
FX is strictly increasing on [a, b]
limt→-∞ FX(t) = 0 & limt→∞ FX(t) = 0
What is FX’(t)?
fX(t)
What is the mass/density function of a discrete r.v. vs a continuous r.v.?
Discrete: pX(k), k ∈ SX
Continuous: fX(x), x is real
What is the distribution function FX of a discrete r.v. vs a continuous r.v.?
Discrete: k∈Sx, k\<t∑ pX(k), FX is a step function
Continuous: -∞t∫ fX(x) dx, FX is continuous
What is the relationship between the mass/density function and distribution function FX of a discrete r.v. vs a continuous r.v.?
Discrete: pX(k) = FX(k) - P(X < k)
Continuous: fX(x) = F’X(x)
What is a continuous uniform distribution?
We say that X ~ unif[a, b] if density function is
fX(x) = {1/(b-a), if x ∈ [a, b]
{0, if x ∉ [a, b]
In this case, the distribution function is
FX(t) = {0, if t < a
{(t-a)/(b-a) if a \< t \< b
{1, if t > b
What is the exponential distribution?
Let λ > 0. We say a c.r.v. X follows the exponential distribution if the density function of X is,
fX(x) = {λe-λx, x >/ 0
{0, x < 0
We write X ~ expλ
In this case, the distribution function is,
FX(t) = {1 - e-λt, t >/ 0
{0, t < 0
Let X ~ expλ with λ > 0. Then for t, s >/ 0,…
P(X >/ t + s | X >/ t) = P(X >/ s)
What is the error function?
The error function Φ is the map Φ : R → [0, 1] given by Φ(t) = 1/√2π -∞t∫ e-x²/2 dx, t is real
How can the value of Φ(t) for t > 0 by determined?
Φ(t) = 1 - Φ(-t), t is real
What is the normal distribution?
Let μ be real and σ > 0. A c.r.v. X follows the normal distribution if density function fX is given by
fX(x) = 1/(σ√2π) e-(x-μ)²/2σ², x is real
and we write X ~ N(μ, δ²)
The distribution function is
FX(t) = Φ((t - μ)/σ), t is real
What is the standard normal distribution?
Let N ~ N(0, 1) and let μ be real and σ > 0. Then μ + σN ~ N(μ, σ²) when and μ = 0, σ² = 1, N(0, 1), this is the standard normal distribution
What does it mean for a collection of discrete or continuous r.v.s X1, …, Xn to be independent?
If, for all sets A1, …, An ⊆ R, we have P(X1 ∈ A1, …, Xn ∈ An) = i=1nΠ P(Xi ∈ Ai)