Classes | |
class | itpp::Histogram< Num_T > |
Histogram computation class. More... | |
Functions | |
itpp::Histogram< Num_T >::Histogram (Num_T from=Num_T(0), Num_T to=Num_T(99), int n_bins=100) | |
void | itpp::Histogram< Num_T >::setup (Num_T from, Num_T to, int n_bins) |
Histogram setup. | |
void | itpp::Histogram< Num_T >::update (Num_T value) |
Histogram update. | |
void | itpp::Histogram< Num_T >::update (Vec< Num_T > values) |
Histogram update. | |
void | itpp::Histogram< Num_T >::update (Mat< Num_T > values) |
Histogram update. | |
vec | itpp::Histogram< Num_T >::get_pdf () const |
Experimental Probability Density Function (PDF) computation. | |
vec | itpp::Histogram< Num_T >::get_cdf () const |
Experimental Cumulative Density Function (CDF) computation. | |
|
inline |
Default constructor. Constructs histogram with 100 bins spanning values from 0 to 99 by default.
Definition at line 141 of file histogram.h.
References itpp::to().
|
inline |
Histogram setup.
Definition at line 148 of file histogram.h.
References itpp::linspace(), and itpp::to().
|
inline |
Histogram update.
Definition at line 164 of file histogram.h.
Referenced by itpp::EXIT::extrinsic_mutual_info().
|
inline |
Histogram update.
Definition at line 186 of file histogram.h.
References itpp::Vec< Num_T >::length().
|
inline |
Histogram update.
Definition at line 193 of file histogram.h.
References itpp::Mat< Num_T >::cols(), and itpp::Mat< Num_T >::rows().
|
inline |
Experimental Probability Density Function (PDF) computation.
Definition at line 201 of file histogram.h.
Referenced by itpp::EXIT::extrinsic_mutual_info().
|
inline |
Experimental Cumulative Density Function (CDF) computation.
Definition at line 210 of file histogram.h.
References itpp::cumsum().
Generated on Tue Dec 10 2024 04:49:37 for IT++ by Doxygen 1.12.0