Definition:
- Collection of number in 1 column
- Can represent:
- A point in space in n-dimension
- A direction
- A linear function
- Time series
- Has notation abc or (a,b,c)
- Can be stacked up
Vector components:
- x(i) denotes the i-th component of vector x
- Transpose, T:
- Transform column-vector x to row format
- xT=[x1 x2 ... xn]
- xTT=x
- ∣∣x∣∣ denotes the length of the vector
Vector’s Variance:
- Variance between the elements of the vector
Orthonormal Vector:
- Orthogonality
- Projecting a point on the span of orthonormal vectors can be done by projecting on each vector independently.