35double EXIT::Gaussian_Fct::operator()(
double x)
const
int length() const
Returns the number of data elements in the array object.
double extrinsic_mutual_info(const itpp::vec &obs, const itpp::bvec &cond, const int &N=100)
Computes the extrinsic mutual information.
Binary arithmetic (boolean) class.
Definitions for EXtrinsic Information Transfer (EXIT) chart class.
vec log2(const vec &x)
log-2 of the elements
T sum(const Vec< T > &v)
Sum of all elements in the vector.
T min(const Vec< T > &in)
Minimum value of vector.
T max(const Vec< T > &v)
Maximum value of vector.
ivec find(const bvec &invector)
Return a integer vector with indicies where bvec == 1.
vec sqr(const cvec &data)
Absolute square of elements.
Histogram class - header file.
IT++ compatibility types and functions.
const double m_2pi
Constant 2*Pi.
Mat< Num_T > elem_div(const Mat< Num_T > &m1, const Mat< Num_T > &m2)
Element wise division of two matrices.
Mat< Num_T > elem_mult(const Mat< Num_T > &m1, const Mat< Num_T > &m2)
Element wise multiplication of two matrices.