Home
last modified time | relevance | path

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

/dports/astro/py-astropy/astropy-5.0/astropy/stats/src/
H A Dfast_sigma_clip.c97 char *bound_high = *args++; in _sigma_clip_fast() local
121 bound_low += s_bound_low, bound_high += s_bound_high) { in _sigma_clip_fast()
150 (double *)bound_low, (double *)bound_high, mad_buffer); in _sigma_clip_fast()
154 *(double *)bound_high = NPY_NAN; in _sigma_clip_fast()
/dports/biology/stacks/stacks-2.4/src/
H A Dmodels.h45 extern double bound_high; // For the bounded-snp model.
357 else if (epsilon_hom > bound_high) in lr_bounded_multinomial_model()
358 epsilon_hom = bound_high; in lr_bounded_multinomial_model()
362 else if (epsilon_het > bound_high) in lr_bounded_multinomial_model()
363 epsilon_het = bound_high; in lr_bounded_multinomial_model()
H A Dustacks.cc96 … cerr << "Bounded; lower epsilon bound: " << bound_low << "; upper bound: " << bound_high << "\n"; in main()
2891 bound_high = is_double(optarg); in parse_command_line()
2943 if (bound_high != 1 && (bound_high <= 0 || bound_high > 1.0)) { in parse_command_line()
2948 if (bound_low > 0 || bound_high < 1.0) { in parse_command_line()
H A Dmodels.cc44 double bound_high = 1.0; variable
/dports/biology/stacks/stacks-2.4/
H A DChangeLog999 --bound_high parameters to ustacks and pstacks.