diff options
author | miwi <miwi@FreeBSD.org> | 2007-12-15 15:13:41 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-12-15 15:13:41 +0000 |
commit | e201262f3f755afc2b9e5cff983a9fcbd4e15261 (patch) | |
tree | 5bafb6fb2a4e060ca5f985057f63183e0b3e06f5 /biology/Makefile | |
parent | 764dc557170e0aec8573d8b95c51a6c456e4260b (diff) | |
download | FreeBSD-ports-e201262f3f755afc2b9e5cff983a9fcbd4e15261.zip FreeBSD-ports-e201262f3f755afc2b9e5cff983a9fcbd4e15261.tar.gz |
MrBayes is a program for the Bayesian estimation of phylogeny.
Bayesian inference of phylogeny is based upon a quantity called the
posterior probability distribution of trees, which is the probability of a
tree conditioned on the observations. The conditioning is accomplished
using Bayes's theorem. The posterior probability distribution of trees is
impossible to calculate analytically; instead, MrBayes uses a simulation
technique called Markov chain Monte Carlo (or MCMC) to approximate the
posterior probabilities of trees.
WWW: http://mrbayes.csit.fsu.edu/
PR: ports/118542
Submitted by: mzaki at biol.s.u-tokyo.ac.jp
Diffstat (limited to 'biology/Makefile')
-rw-r--r-- | biology/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/Makefile b/biology/Makefile index 9cc8845..3b535a3 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -46,6 +46,7 @@ SUBDIR += migrate SUBDIR += molden SUBDIR += mopac + SUBDIR += mrbayes SUBDIR += mummer SUBDIR += nab SUBDIR += ncbi-toolkit |