35 double EXIT::Gaussian_Fct::operator()(
double x)
const
47 itpp::vec cond_obs = obs(idx);
50 itpp::vec left_pdf = hist.
get_pdf();
58 itpp::vec right_pdf = hist.
get_pdf();
59 itpp::ivec right_int =
itpp::find(right_pdf!=0);
63 double IE =
itpp::sum(left_half)-0.5*(left_half(0)+left_half(left_half.length()-1));
65 IE +=
itpp::sum(right_half)-0.5*(right_half(0)+right_half(right_half.length()-1));