Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

Could anyone suggest some statistical measures to describe the distribution of a dendrogram? If I have two dendrograms, how could can I quantify their structural differences?

share|improve this question
1  
A bit more details could be helpful; how they are obtained, are branches weighted? – mbq Oct 17 '10 at 11:47
Let me give you an example. I wrote an algo to cluster variables. Clustering can be represented by a dendrogram. This dendrogram changes over time (based on time series). The structure of the dendrogram slowly evolves and I am look for a measure to describe it (sort of descriptive statistics for dendrograms). – Edward Oct 17 '10 at 11:59

1 Answer

up vote 4 down vote accepted

See this SO question: http://stackoverflow.com/questions/2218395/how-do-you-compare-the-similarity-between-two-dendrograms-in-r

share|improve this answer
2  
In R there is the profdpm package, and an overview of available indices (incl. Fowlkes & Mallows's $B_k$) to compare HCs is available here, citeseerx.ist.psu.edu/viewdoc/…. – chl Oct 17 '10 at 16:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.