BookmarkSubscribeRSS Feed
GarlandJaeger
Calcite | Level 5

I am looking for an expression for the calculation of a cluster's center. Is the sample mean vector an expression for the center? For example, if there are three variables in your X vector, [X1, X2, X3] then the mean vector or center is the average of each one [X1mean, X2mean, X3mean], and therefore the sample mean vector is calculated by the average of each of the 3 variables?

In any case, I am very confused on where to find an expression for the calculating the center of each cluster. Any assistance would be greatly appreciated.

Sincerely,

Garland Jaeger

1 REPLY 1
xtc283
Fluorite | Level 6

Not quite.  The calculation is similar to what you've proposed except that centroids are expressed in n-dimensional space, in this case 3 dimensions.  So, if your axes are x, y and z there would be three separate calculations:

     Centroid_X=(x1+x2+x3)/3

     Centroid_Y=(y1+y2+y3)/3

     Centroid_Z=(z1+z2+z3)/3

The centroid is then the mean of these points, a point that minimizes both the mean distance from the centroid and the mean squared distance...minimizing intra-cluster variance.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1149 views
  • 0 likes
  • 2 in conversation