valid function

#' Ensure probabilities are valid

#' Ensure probabilities are valid

Force calculated probabilities into the range [0,1].

valid(x)

Arguments

  • x: probability

Details

Due to floating-point arithmetic, a number that should represent a probability can be calculated as being less than zero or greater than one. This function returns a value that is a valid probability.

  • Maintainer: Kevin Wright
  • License: GPL-2
  • Last published: 2015-07-03

Useful links