-2

I'm trying to get the middle point of X Y and Weight values, but I didn't found the correct formula to get that.

For example in the picture I've added a few points with a few weights and I need to found the middle point base on the weights.

enter image description here

Sebas Bejenaru
  • 129
  • 1
  • 1
  • 10

1 Answers1

1

How about

sum (Wi Xi)/ sum (Wi)

Severin Pappadeux
  • 18,636
  • 3
  • 38
  • 64