Home
last modified time | relevance | path

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

/dports/biology/migrate/migrate-3.6.11/src/
H A Dbayes.c2156 hist->cred95u = hist->datastore + 3*npp+3*nppt; //<all high values>) in bayes_init_histogram()
2418 hist->cred50u[j], hist->cred95u[j],hist->medians[j], hist->means[j]); in bayes_stat()
2432 hist->cred50u[j], hist->cred95u[j],hist->medians[j], hist->means[j]); in bayes_stat()
2437 if(hist->cred95u[j] > threshold && hist->cred50u[j] > threshold) in bayes_stat()
2467 mu*hist->cred50u[j0], mu*hist->cred95u[j0] , mu*hist->medians[j0], in bayes_stat()
H A Dmigration.h331 MYREAL *cred95u; //<all high values>) member
H A Dmigrate_mpi.c2806 hist->cred95u = hist->datastore + 6*npp; //<all high values>) in unpack_hist_bayes_buffer()
H A Dpretty.c1605 pdf_print_line_element2(lx, page_height, offset[6], mu * hist->cred95u[j],fmt1,fmt2); in pdf_print_bayestable()