Home
last modified time | relevance | path

Searched refs:cred95l (Results 1 – 4 of 4) sorted by relevance

/dports/biology/migrate/migrate-3.6.11/src/
H A Dbayes.c2155 …hist->cred95l = hist->datastore + 3*npp+2*nppt; // holds 95%-credibility margins (<all lower va… in bayes_init_histogram()
2417 hist->cred95l[j], hist->cred50l[j], hist->modes[j], in bayes_stat()
2431 hist->cred95l[j], hist->cred50l[j], hist->modes[j], in bayes_stat()
2466 mu*hist->cred95l[j0], mu*hist->cred50l[j0] , mu*hist->modes[j0], in bayes_stat()
3704 cred95 = bayes->histogram[locus].cred95l; in calc_hpd_credibility()
H A Dmigration.h330 MYREAL *cred95l; // holds 95%-credibility margins (<all lower values>) member
H A Dmigrate_mpi.c2805 hist->cred95l = hist->datastore + 5*npp; // holds 95%-credibility margins (<all lower values>) in unpack_hist_bayes_buffer()
H A Dpretty.c1601 pdf_print_line_element2(lx, page_height, offset[2], mu * hist->cred95l[j],fmt1,fmt2); in pdf_print_bayestable()