Skip to main content
Question

How does Dissolver compute average?

  • February 5, 2014
  • 4 replies
  • 48 views

I am using dissolver to combine features, grouped by an attribute (SPC_CD). I need to average another attribute (PCNT_CVR).  I am confused by the results I am seeing because they don't apear to be either the mean or median.  I am also not clear about whether Dissolver computes the average for each individual set of overlapping (in this case I am using overlaps) features being dissolved, or does it compute the average for ALL features in a group (i.e. one average for each SPC_CD value)?

 

 

Thanks!

 

katie
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

takashi
Celebrity
  • February 5, 2014
Hi Katie,

 

 

The Dissolver calculates average for each dissolved feature.

 

If all features in a group were dissolved into one feature, average value would be calculated for all features in the group. But if there were disjoint features in the group, average value would be calculated for each dissolved feature, even though they belong to same group.

 

And, you will have to specify the attribute which you need to calculate average to "Attributes to Average" parameter of the Dissolver.

 

 

Takashi

  • Author
  • February 6, 2014
Excellent, thanks Takashi. Do you know if the average is a mean or median? I am assuming it's the mean.

 

 

Kind regards,

 

katie

takashi
Celebrity
  • February 6, 2014
As far as I know, "average" is same as "(arithmetic) mean" in general.

 

http://en.wikipedia.org/wiki/Average

 


  • Author
  • February 6, 2014
Thanks Takashi!