Homological integration

From formulasearchengine
Revision as of 16:44, 13 July 2013 by en>Daniele.tampieri (Added detail to a reference.)
Jump to navigation Jump to search

The quartet distance is a way of measuring the distance between two phylogenetic trees. It is defined as the number of subsets of four leaves that are not related by the same topology in both trees.

Computing the quartet distance

The most straightforward computation of the quartet distance would require O(N4) time, where N is the number of leaves in the trees.

For binary trees, better algorithms have been found to compute the distance in

and

Christiansen et al. found an algorithm that takes O(N2D2) time to compute the quartet distance between two multifurcating trees when D is the maximum degree of the trees.[4]

References