data analysis Flashcards
What is an orthogonal matrix?
In linear algebra, an orthogonal matrix or real orthogonal matrix is a square matrix with real entries whose columns and rows are orthogonal unit vectors (i.e., orthonormal vectors) Its transpose is equal to the inverse.
How do you find the covarience matrix when given a set of vectors?
At the end you divide by N-1
After finding a covarience matrix C, you might apply eigenvector decomposition so that C=UDUT. What infomation can you find from U and D?
Columns of U are a new basis {u1, · · · , uN } for RN . Basis vectors un point in directions of maximum variance of X The eigenvector (element of D) dn is the variance of the data in the direction un
Suppose that each vector x ∈ X is replaced by its 1-dimensional projection x’ onto the direction defined in part (5). What is that average squared error between x and x’
Each point can be projected on the vector which gives the greatest varience.
There will be a certain varience between the orginal points and the projected ones.
The varience is given by the magnitude of the varience in the orthogonal direction, which is the other eigenvalue.
Is translation a linear transformation?
No
How would you use vector augmentation to perform a transformation?
If you wanted to rotate a vector through an angle about point A, what would you do?
You would then do Ax where x is the vector you wish to rotate.
If it was a column vector like [1;2] you would add a 1 to make [1;2;1] so that it could be multiplied.
What are all the DFT basis vectors in relation to each other?
Orthogonal. However they all have magnitude N0.5 so it doesn’t act as a basis.
If you had a 4*1 vector f, how would you find the DFT , F, of f?
Find the DFT basis vector for N=4
F=Df
For a given n, how do you find the corresponding DFT basis vector D?
What are some of the hints that make finding a DFT basis vector easier?
b0 only consists of 1s
b0.5*n goes 1,-1,1,-1,1…
What is the frequency resolution?
sample rate / frame length
The frame length is the number of sample points, N
What is the frame rate?
the reciprocal of the time betweent the sampling bands.
How do you find the number of frames processed?
Length of the sample / frame rate
How do you perform a reflection about a line at an ange to the horizontal?