Vektorrelation
Vektorrelation is a term used in mathematics, computer science, and related fields to describe a measure that quantifies the relationship between two vectors. Depending on the context, it may refer to different but related concepts of similarity or linear association between vector components.
Two common interpretations are:
- Cosine-based vector correlation (cosine similarity): This measures the alignment of two vectors regardless of their magnitudes.
- Pearson-style vector correlation across components: Here u and v are treated as sequences of paired components
- If the vectors are centered (means removed) and standardized to unit variance, cosine similarity and Pearson-like
- The two measures answer different questions: orientation similarity (cosine) versus linear dependency of components (Pearson-style).
Applications include pattern recognition, document and image similarity, sensor fusion, and multivariate data analysis. Limitations include