Skip to content

Instantly share code, notes, and snippets.

@rueian
Created January 1, 2020 18:04
Show Gist options
  • Select an option

  • Save rueian/081a2eb653eb180fa7acb2ac8473228e to your computer and use it in GitHub Desktop.

Select an option

Save rueian/081a2eb653eb180fa7acb2ac8473228e to your computer and use it in GitHub Desktop.
/* In any case, don't believe extremely small or large estimates. */
if (selec < 0.0001)
selec = 0.0001;
else if (selec > 0.9999)
selec = 0.9999;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment