powered by
Built matrix of interval logistic costs for held-out means. One indexed.
const_costs_logistic(y, w, min_seg, indices)
xcosts NumericMatix, for j>=i xcosts(i,j) is the cost of partition element [i,...,j] (inclusive).
NumericVector, 0/1 values to group in order (should be in interval [0,1]).
NumericVector, weights (should be positive).
positive integer, minimum segment size (>=1).
IntegerVector, order list of indices to pair.
const_costs_logistic(c(0.1, 0.1, 0.2, 0.2), c(1, 1, 1, 1), 1, 1:4)
Run the code above in your browser using DataLab