DR-BART Implementation
variance = 'ux':
SCALE_MIX = TRUE
variance = 'x':
SCALE_MIX = FALSE
std::vector<vec_d> xinfo;
xi : cutpoints mean
xiprec : cutpoints prec
Each element in the vector represents a variable.
Each variable has cutpoints
di : data info
co...