Hierarchical clustering and P-values

  • Follow


Dear All,

I am new to Matlab and was wondering whether it is possible to calculate p-values for each division in a dendrogram resulting from hierarchical clustering with standard methods (average-linkage, ward, etc.) and distance functions (euclidian, canberra, manhattan, etc.)

Best regards,
Hans
0
Reply Hans 8/16/2010 5:20:35 PM

On 8/16/2010 1:20 PM, Hans wrote:
> I am new to Matlab and was wondering whether it is possible to calculate
> p-values for each division in a dendrogram resulting from hierarchical
> clustering with standard methods (average-linkage, ward, etc.) and
> distance functions (euclidian, canberra, manhattan, etc.)

Hans, hierarchical clustering as implemented by the LINKAGE function 
does not involve any statistical model, so no p-values.  You might be 
able use GMDISTRIBUTION to cluster your data, but it is not a 
hierarchical method per se.
0
Reply Peter 8/16/2010 6:23:55 PM


Hi Peter,

thanks for your answer. I just had some time to go through the Matlab documentation and I came across the cluster, linkage, dendrogram and pdist package which provide everything for hierarchical clustering.  but indeed I did not find anything regarding p-values. So, apart from the GMDIST. it seems that there is no other simple way to calculate p-values for dendrograms/clusters.

Cheers
0
Reply Hans 8/16/2010 7:14:06 PM

On 8/16/2010 3:14 PM, Hans wrote:
> indeed I did not find anything regarding p-values. So, apart from the
> GMDIST. it seems that there is no other simple way to calculate p-values
> for dendrograms/clusters.

There may be some way to do this with permutation tests, but you're on 
your own.
0
Reply Peter 8/17/2010 12:31:17 PM

3 Replies
413 Views

(page loaded in 0.047 seconds)

Similiar Articles:





7/25/2012 4:24:18 AM


Reply: