Thread
:
'Distance' between MANY points ??
View Single Post
Jun16-09, 07:47 PM
#
13
mXSCNT
I believe what you want is the sample variance, which is the sum of squared distances from the mean, divided by n-1 where n is the number of points.