This function provides a trimming procedure to force the weights to be within the provided boundaries
Usage
adjWeights(weights, lower = -Inf, upper = +Inf)
Arguments
weights
A numerical vector of weights
lower
A numerical vector of lower bounds
upper
A numerical vector of upper bounds
Value
A vector of adjusted weights
Details
The function produces trimmed weights, which will be the input for the rounding
technique before integer calibration. When the weights are bounded, the function rounds-up
the lower bounds and rounds-down the upper. If the condition upper > lower + 1,
an error is returned.