Legofit
infers population history from nucleotide site patterns.
|
Functions | |
def | bootci.usage (msg1) |
def | bootci.parseflat (ifile) |
def | bootci.interpolate (p, v) |
Variables | |
float | bootci.conf = 0.95 |
bootci.fname = None | |
bootci.ifile = sys.stdin | |
bootci.lbl = None | |
int | bootci.i = 1 |
bootci.parnames | |
bootci.estimates | |
bootci.boot | |
bootci.npar = len(parnames) | |
tuple | bootci.tailProb = (1.0 - conf)/2.0 |
bootci.v = sorted(boot[i]) | |
def | bootci.lowBnd = interpolate(tailProb, v) |
def | bootci.highBnd = interpolate(1.0-tailProb, v) |