vmean
Vmean, short for vector mean, is a mathematical quantity that represents the average of a set of vectors. If a collection consists of n vectors v1, v2, ..., vn in R^d, the vector mean is the coordinate-wise average: vmean = (1/n) sum_{i=1}^n vi. In weighted datasets, with nonnegative weights w1, w2, ..., wn, the weighted vector mean is vmean = (sum w_i v_i) / (sum w_i).
In continuous contexts, the vector mean of a vector field v(x) over a domain D with finite
Computation and implementation are straightforward for discrete data: sum the vectors (or their components) and divide
Applications of vmean appear in statistics, physics, engineering, computer graphics, and data analysis, wherever a representative