Home
last modified time | relevance | path

Searched refs:ESSMINIMUM (Results 1 – 3 of 3) sorted by relevance

/dports/biology/migrate/migrate-3.6.11/src/
H A Dreporter.c423 if(effsample[pa]<ESSMINIMUM && file==world->outfile) in print_bayes_ess()
430 if(effsample[pa]<ESSMINIMUM && file==world->outfile) in print_bayes_ess()
440 if(effsample[pa]<ESSMINIMUM && file==world->outfile) in print_bayes_ess()
449 if(effsample[pa]<ESSMINIMUM && file==world->outfile) in print_bayes_ess()
461 if(effsample[pa]<ESSMINIMUM && file==world->outfile) in print_bayes_ess()
470 if(effsample[pa]<ESSMINIMUM && file==world->outfile) in print_bayes_ess()
H A Ddefinitions.h370 #define ESSMINIMUM 20 /*effective sample size minimum for burnin, see burnin_autostop (autotune.c)… macro
H A Dworld.c735 world->essminimum = ESSMINIMUM; in init_world()
4136 kopie->essminimum = pow(ESSMINIMUM,kopie->heat); in klone()