Home
last modified time | relevance | path

Searched refs:SMALLEST_THETA (Results 1 – 5 of 5) sorted by relevance

/dports/biology/migrate/migrate-3.6.11/src/
H A Ddefinitions.h427 #define SMALLEST_THETA 1e-10 macro
H A Dprofile.c1059 minparam = which < world->numpop ? SMALLEST_THETA : SMALLEST_MIGRATION; in profile_max_percentiles()
1094 SMALLEST_THETA : SMALLEST_MIGRATION; in profile_max_percentiles()
1354 param[0] = LOG (SMALLEST_THETA); in prepare_spline_first()
1642 xlow = whichprob > 0 ? minparam : SMALLEST_THETA / 10000.; in find_profilelike()
H A Dlrt.c623 param[zi] = MAX (atof (custm[el]), SMALLEST_THETA); in set_test_param()
923 param[zi] = MAX (atof (tmp), SMALLEST_THETA);
H A Doptions.c282 options->bayespriortheta->min = SMALLEST_THETA; in init_options()
1344 world->param0[i] = SMALLEST_THETA; in set_theta_ownstart()
1362 if (world->fstparam[locus][i] > SMALLEST_THETA) in set_theta_fststart()
3807 minim = SMALLEST_THETA; in prior_consistency()
H A Dcombroyden2.c1067 world->param0[pop] = SMALLEST_THETA; in correct_values()