Maximum Likelihood Phylogeny
基于最大似然法的系统发育推断算法,通过优化进化模型参数来寻找最可能的树拓扑。 该方法统计学基础扎实,能够提供可靠的分支支持度评估。
| Property | Value |
|---|---|
| Purpose | 统计学方法构建系统发育树 |
| Time Complexity | O(n^2 * s * r) |
| Space Complexity | O(n * s) |
| Year | 2014 |
| Category | Phylogenetics |
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
Related Tools
RAxML · IQ-TREE · PhyML