Legofit
infers population history from nucleotide site patterns.
Loading...
Searching...
No Matches
bootci.py File Reference

Functions

 bootci.usage (msg1)
 bootci.parseflat (ifile)
 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])
 bootci.lowBnd = interpolate(tailProb, v)
 bootci.highBnd = interpolate(1.0-tailProb, v)