Covariance of two histograms

Hi

I though you need to create a covariance between each single bin a(i) bs b(i) for used for adding histograms as you asked here:

The function TH2::GetCovariance return the global correlation between all values of a and b.

You would need to compute for each single bin (at filling time) something shown here

Lorenzo