ROI_bound function

bound

bound

ROI distinguishes between 2 different types of bounds:

  • No Bounds NO_bound
  • Variable Bounds V_bound (inherits from "bound")
## S3 method for class 'bound' c(...) is.bound(x)

Arguments

  • x: object to be tested
  • ``: arguments (inheriting from bound) to be combined

Details

ROI provides the method V_bound

as constructor for variable bounds. NO_bound is not explicitly implemented but represented by NULL.

  • Maintainer: Stefan Theussl
  • License: GPL-3
  • Last published: 2023-04-20