JointHistogram | () ; |
JointHistogram | (float sxmin, float sxmax, float ymin, float ymax, float sxh, float syh) ; |
JointHistogram | (float sxmin, float sxmax, float ymin, float ymax, unsigned int sxN, unsigned int syN) ; |
~JointHistogram | () ; |
int reset | (float sxmin, float sxmax, float ymin, float ymax, float sxh, float syh) ; |
int reset | (float sxmin, float sxmax, float ymin, float ymax, unsigned int sxN, unsigned int syN) ; |
unsigned long int xbins | () const ; |
unsigned long int ybins | () const ; |
float xhval | () const ; |
float yhval | () const ; |
int insert | (float x, float y) ; |
long int bin | (unsigned int x, unsigned int y) const ; |
float N | () const ; |
float hxmin | () const ; |
float hxmax | () const ; |
float hymin | () const ; |
float hymax | () const ; |
float xmean | () const ; |
float ymean | () const ; |
float xvariance | () const ; |
float yvariance | () const ; |
float covariance | () const ; |
float normcovariance | () const ; |
Normalised covariance (correlation coefficient) |
float MutualInformation | () const ; |
int save | (const char *filename) const ; |
int savebins | (ofstream& s) const ; |