#include <Histograms.h>
Public Member Functions | |
Covariance () | |
double | covariance () |
void | fill (const double &x, const double &y) |
double | getN () |
Protected Attributes | |
int | N_ |
double | productXY_ |
double | sumX_ |
double | sumY_ |
This class can be used to compute the covariance between two input variables. The Fill method needs the two input variables. In the end the covariance method computes the covariance as: cov(x,y) = Sum_i(x_i*y_i)/N - x_mean*y_mean. Of course passing the same variable for x and y gives the variance of that variable.
Definition at line 1782 of file Histograms.h.
|
inline |
Definition at line 1785 of file Histograms.h.
|
inline |
Definition at line 1797 of file Histograms.h.
|
inline |
Definition at line 1791 of file Histograms.h.
|
inline |
Definition at line 1806 of file Histograms.h.
|
protected |
Definition at line 1811 of file Histograms.h.
|
protected |
Definition at line 1808 of file Histograms.h.
|
protected |
Definition at line 1809 of file Histograms.h.
|
protected |
Definition at line 1810 of file Histograms.h.