thresh2constraints: Translate between coordinate thresholds and affine...

Description Usage Arguments

Description

thresh2constraints translates lower and upper constraints on coordinates into linear and offset constraints (A*Z <= B). lower and upper can have -Inf or Inf coordinates.

Usage

1
thresh2constraints(d, lower = rep(-Inf, d), upper = rep(Inf, d))

Arguments

d

dimension of vector

lower

1 or d-dim lower constraints

upper

1 or d-dim upper constraints


restrictedMVN documentation built on May 1, 2019, 7:39 p.m.