45 itpp::vec cond_obs = obs(idx);
48 itpp::vec left_pdf = hist.
get_pdf();
56 itpp::vec right_pdf = hist.
get_pdf();
57 itpp::ivec right_int =
itpp::find(right_pdf!=0);
61 double IE =
itpp::sum(left_half)-0.5*(left_half(0)+left_half(left_half.length()-1));
63 IE +=
itpp::sum(right_half)-0.5*(right_half(0)+right_half(right_half.length()-1));
69 double EXIT::gaussian_fct(
const double x)