The constrained Benefit of the Doubt function lets to introduce additional constraints to the weight variation in the optimization procedure so that all the weights obtained are greater than a lower value (low_w) and less than an upper value (up_w).
ci_bod_constr(x,indic_col,up_w,low_w)
Arguments
x: A data.frame containing simple indicators.
indic_col: A numeric list indicating the positions of the simple indicators.
up_w: Importance weights upper bound.
low_w: Importance weights lower bound.
Returns
An object of class "CI". This is a list containing the following elements: - ci_bod_constr_est: Constrained composite indicator estimated values.
ci_method: Method used; for this function ci_method="bod_constrained".
ci_bod_constr_weights: Raw constrained weights assigned to the simple indicators.
References
Van Puyenbroeck T. and Rogge N. (2017) "Geometric mean quantity index numbers with Benefit-of-the-Doubt weights", European Journal of Operational Research, Volume 256, Issue 3, Pages 1004 - 1014.