Definitions (with Equations) Flashcards

1
Q

Define a cumulative distribution function and its properties (PMF)

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define an expectation for a discrete random variable X

A

Expected value, mean value of a discrete random variable

μX = E[X] =
nX
k=1
xk · pX (xk).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define R’th moment of a discrete random variable X

A

For a discrete random variable X:

μr = E[Xr ] =
nX
k=1
xr
k · pX (xk)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define R’th centred moment of a discrete random variable X

A

For a discrete random variable X:

μr = E[(X − μX )r ] =
nX
k=1
(xk − mX )r · pX (xk)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define a bernoulli variable

A

X ~ Be(p), has outcomes 0 and 1with the following probabilities:

pX (1) = p and pX (0) = 1 − p

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define probability density function (PDF)

A

Probability distribution for function (CDF) for a continuous variable:

X (x) = P(x < X ≤ x + dx)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define expectation for a continuous random variable X

A

X = E[X] =
Z
DX
x · fX (x)dx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define R’th moment of a continuous random variable X

A

μr = E[Xr ] =
Z
DX
xr · fX (x)dx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define R’th centred moment of a continuous random variable X

A

r = E[(X − μX )r ] =
Z
DX
(x − mX )r · fX (x)dx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define Skewness of a continuous random variable

A

“ X − μX
σX
3#
= E[(X − μX )3]
σ3
X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define normal distribution

A

(x) = 1
σ√2π exp − 1
2
x − μ
σ
2!
, −∞ < x < ∞

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Define a lognormal variable

A

X ∼ LN (λ, φ) ⇔ ln(X) ∼ N (μ, σ2).

Its PDF reads

(x) = 1
φx√2π exp − 1
2
ln(x) − λ
φ
2!
, x ≥ 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Define a two dimensional random variable, Z

A

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}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Define Marginal Distribution

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Define expectation for a two dimensional random variable X

A

[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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Define covariance

A

Cov[X, Y ] = E[(X − μX )(Y − μY )] =
Z
DZ
(x − μx)(y − μy )fZ (x, y) dxdy

Cov[X, Y ] = E[xy] − E[x]E[y]