Home
last modified time | relevance | path

Searched refs:effective_sample (Results 1 – 6 of 6) sorted by relevance

/dports/biology/migrate/migrate-3.6.11/src/
H A Dautotune.c128 …ng step, long stop, MYREAL * var, MYREAL *autocorrelation, MYREAL * effective_sample, MYREAL *acce… in auto_stop_burnin() argument
140 single_chain_var (world, step, var, autocorrelation, effective_sample); in auto_stop_burnin()
145 essOK = max_ess(effective_sample,nn,world->essminimum, &ess); in auto_stop_burnin()
176 MYREAL *effective_sample; in burnin_ml() local
189 effective_sample = autocorrelation + nn; in burnin_ml()
190 acceptances = effective_sample + nn; in burnin_ml()
199 …done = auto_stop_burnin(world, step, stop, &var, autocorrelation, effective_sample, acceptances); in burnin_ml()
228 MYREAL * effective_sample; in burnin_bayes() local
240 effective_sample = autocorrelation + nn + 1; in burnin_bayes()
241 acceptances = effective_sample + nn + 1; in burnin_bayes()
[all …]
H A Dmigration.h1233 MYREAL *effective_sample; member
H A Dreporter.c375 world->ess_archive[i] += world->effective_sample[i]; in collect_ess_values()
H A Dmain.c2264 single_chain_var (EARTH, step, &var, EARTH->autocorrelation, EARTH->effective_sample); in run_steps()
H A Dbayes.c2624 MYREAL * effsample = world->effective_sample; in bayes_progress()
H A Dworld.c890 world->effective_sample = world->autocorrelation + size; in init_world()