#include <cmath>Go to the source code of this file.
Functions | |
| double | GrishinDistance (double q, double err=0.0000001) |
| double GrishinDistance | ( | double | q, | |
| double | err = 0.0000001 | |||
| ) |
This package contains functions for generating phylogenetic trees Estimate the number if substitutions per site given the observed fraction of identical residues between two sequences. Using the Grishin (1995) method.
| q | is the probility of the site being the same. Is is usually measured as the fraction of identical redidues | |
| err | is the error required for the result. default 0.0000001 |
Referenced by main().
1.5.6