I have a set of points whose positions are represented by 3D vectors. Each point has the associated weight in range from 0 to 1. The sum of all weights doesn't equal to 1.
How should the weighted mean point be calculated from the whole set of points?