



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Notes on various topics in linear algebra, probability theory, and statistics, including linear vector spaces, bases and frames, matrices, probability, and random variables. It covers concepts such as vector spaces, norms, frames and bases, eigenvectors and eigenvalues, probability theory, random variables, and distribution functions.
Typology: Study notes
1 / 6
This page cannot be seen from the preview
Don't miss anything!




Notes for ECE8833 Lecture #2 - Math review (1/08/2009)
〈x, x〉 = (∑ni=1 x^2 i )^1 /^2 Vectors are orthogonal if 〈x, y〉, and orthonormal if they also have ‖x‖ = ‖y‖ = 1 We will often want to generalize this to the p-norms, where we define length by ‖x‖p = (∑ni=1 |xi|p)^1 /p Special cases of interest: ‖x‖ 1 = ∑ni=1 |xi| ‖x‖∞ = limp→∞ ‖x‖p = maxi xi ‖x‖ 0 = limp→ 0 ‖x‖p = ∑ i I(xi > 0) The p-norms are convex for 1 ≤ p < ∞
x =
∑^ n i=
ciφi.
Note that {φi} must be linearly independent, meaning that φi = ∑ i 6 =j cj φj for any set of coefficients {cj }. Note that {φi} does not need to be orthonormal (or even orthogonal), but if it is, we call it an orthonormal basis (ONB) and ci = 〈x, φi〉 is the unique set of coefficients representing x. In an ONB, we have Parseval’s theorem, which tells us that the energy in the coefficients is the same as the energy in the signal, ‖x‖^2 = ∑ni=1 c^2 i. A set of m vectors {φi} where φi ∈ Rn^ is called a frame (or overcomplete set if m > n) if for every x A‖x‖^2 ≤
∑^ m i=
|〈x, φi〉|^2 ≤ B‖x‖^2
for some constants 0 < A ≤ B < ∞. For the finite cases we consider, the main concern is A ≥ 0.
Generalization of a basis. No longer a basis when m > n. Can still find coefficients such that x =
∑^ n i=
ciφi
but the solution is no longer unique. There does exist a set of vectors (called the canonical dual set) such that x =
∑^ n i=
〈x, φ˜i〉φi
but in general φ˜i 6 = φi. Special cases: A = B = mn is called a tight frame, and in this case the dual set is easy to find, φ˜i = (^) A^1 φi. A = B implies that the frame is an ONB.
pX (xi) = ∑ j pX,Y (xi, yj ) Expectations add: E [X + Y ] = E [X] + E [Y ] Covariance is a measure of joint variance: Cov (X, Y ) = EX [(X − EX [X])(Y − EX [Y ])] = EX [XY ] − EX [X] EX [Y ] Variances DO NOT ADD in general: Var (X + Y ) = Var (X) + 2Cov (X, Y ) + Var (Y ) Conditional probabilities: What is the probability distribution on X if we know that Y = y? pX|Y (x|Y = y) = pX,Y (x, y) /pY (y) Independence: Two or more RVs are independent if pX,Y (x, y) = pX (x) pY (y). This also implies pX|Y (x|y) = pX (x). In other words, the outcome of Y does not affect X. When two RV are independent, Var (X + Y ) = Var (X) + Var (Y ) Correlation: Related to covariance Cor (x, y) = Cov E[x]E(x,y[Y ]) If E [XY ] = E [X] E [Y ], then Cor (X, Y ) = 0 and we call these RVs uncorrelated. Correlation is a weaker notion than independence. Independence implies correlation, but not the other way around.
−∞ Xp^ (X)^ dX^ =^ μ Covariance matrix: KX = E
− μμT
[KX ]i,j = Cov (Xi, Xj ) and [KX ]i,i = Var (Xi) KX is a symmetric, semi-positive definite matrix (more on this later) If M is a K × N matrix, then multiplying the X affects the mean and variance E [M X] = M μ Var (M X) = M KX M T
(a) Uniform (continuous): X ∼ Uniform(a, b) p (x) =
1 /(b − a) a < x < b 0 otherwise (b) Exponential: X ∼ Exponential(λ) p (x) =
λe−λx^ x ≥ 0 0 otherwise (c) Laplacian: X ∼ Laplacian(μ, σ^2 ) p (x) = √ 21 σ 2 e
−| √x−μ| σ^2 / 2 (d) Gaussian/Normal: X ∼ N (μ, σ^2 ) p (x) = √ 21 πσ 2 e−(x−μ)
2 2 σ^2
(a) Bernoulli: X ∼ Bernoulli(p)
p (x) =
1 − p x = 0 p x = 1 0 otherwise (b) Uniform (discrete): X ∼ Uniform(m) p (k) =
1 /m k = { 0 , 1 ,... , m − 1 } 0 otherwise