Definitions (with Equations) Flashcards
Define a cumulative distribution function and its properties (PMF)
For discrete distributions:
FX (x) = P({w : X(w) ≤ x}) = P(X ≤ x) = X
SUM ∀xi≤x pX (xi).
Properties:
1) 0 ≤ FX (x) ≤ 1.
(2) limx→−∞ FX (x) = 0.
(3) limx→+∞ FX (x) = 1.
(4) Non-decreasing function.
Define an expectation for a discrete random variable X
Expected value, mean value of a discrete random variable
μX = E[X] =
nX
k=1
xk · pX (xk).
Define R’th moment of a discrete random variable X
For a discrete random variable X:
μr = E[Xr ] =
nX
k=1
xr
k · pX (xk)
Define R’th centred moment of a discrete random variable X
For a discrete random variable X:
μr = E[(X − μX )r ] =
nX
k=1
(xk − mX )r · pX (xk)
Define a bernoulli variable
X ~ Be(p), has outcomes 0 and 1with the following probabilities:
pX (1) = p and pX (0) = 1 − p
Define probability density function (PDF)
Probability distribution for function (CDF) for a continuous variable:
X (x) = P(x < X ≤ x + dx)
Define expectation for a continuous random variable X
X = E[X] =
Z
DX
x · fX (x)dx
Define R’th moment of a continuous random variable X
μr = E[Xr ] =
Z
DX
xr · fX (x)dx
Define R’th centred moment of a continuous random variable X
r = E[(X − μX )r ] =
Z
DX
(x − mX )r · fX (x)dx
Define Skewness of a continuous random variable
“ X − μX
σX
3#
= E[(X − μX )3]
σ3
X
Define normal distribution
(x) = 1
σ√2π exp − 1
2
x − μ
σ
2!
, −∞ < x < ∞
Define a lognormal variable
X ∼ LN (λ, φ) ⇔ ln(X) ∼ N (μ, σ2).
Its PDF reads
(x) = 1
φx√2π exp − 1
2
ln(x) − λ
φ
2!
, x ≥ 0
Define a two dimensional random variable, Z
Z=(X)
(Y)
is a set of two variable X and Y, characterised by its joint CDF:
Z = FX,Y (x, y) = P({X ≤ x} ∩ {Y ≤ y})
The PDF is given as
(x, y) dxdy = P({x < X < x + dx} ∩ {y < Y < y + dy}
Define Marginal Distribution
Marginal distrbution of each component is obtained by integrating the joint distribution over the other variable
X (x) =
Z
DY
fX,Y (x, y)dy, and fY (y) =
Z
DX
fX,Y (x, y)dx
Define expectation for a two dimensional random variable X
[g(X, Y )] =
Z
DZ
g(x, y)fZ (x, y) dxdy
The individual mean values would be given as
E[X] = μX =
Z
DZ
x · fZ (x, y) dxdy and E[Y ] = μY =
Z
DZ
y · fZ (x, y) dydx.