Skip to content

Maximum Likelihood Phylogeny

基于最大似然法的系统发育推断算法,通过优化进化模型参数来寻找最可能的树拓扑。 该方法统计学基础扎实,能够提供可靠的分支支持度评估。

PropertyValue
Purpose统计学方法构建系统发育树
Time ComplexityO(n^2 * s * r)
Space ComplexityO(n * s)
Year2014
CategoryPhylogenetics

Complexity Analysis

  • Time Complexity: O(n^2 * s * r)
  • Space Complexity: O(n * s)

Performance Insight: The time complexity of this algorithm is polynomial.

Note: Complexity analysis is based on theoretical models. Actual runtime is affected by input scale, hardware, and implementation optimizations. Benchmark for your specific workload.

Literature & Implementation

RAxML · IQ-TREE · PhyML

Tags

maximum-likelihood statistical tree-building

Released under the MIT License.