reflect_on_boundaries {fmcmc} | R Documentation |
Reflective Boundaries
Description
Adjust a proposal according to its support by reflecting it. This is the workhorse of kernel_normal_reflective and kernel_unif_reflective. It is intended for internal use only.
Usage
reflect_on_boundaries(x, lb, ub, which)
Arguments
x |
A numeric vector. The proposal |
lb , ub |
Numeric vectors of length |
which |
Integer vector. Index of variables to be updated. |
Value
An adjusted proposal vector.
[Package fmcmc version 0.5-2 Index]