Skip to content

Bayesian Phylogenetic Inference

基于贝叶斯统计框架的系统发育推断方法,使用马尔可夫链蒙特卡洛采样估计后验概率分布。 该方法能同时估计树拓扑、分支长度和模型参数的不确定性,适合分子钟和分歧时间估计。

PropertyValue
Purpose贝叶斯框架的系统发育推断和分歧时间估计
Time ComplexityO(n^2 * s * r)
Space ComplexityO(n * s)
Year2001
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

MrBayes · BEAST2 · RevBayes

Tags

bayesian mcmc molecular-clock divergence-time

Released under the MIT License.