i am trying to get the chi^2 test of two histograms, both histograms are in the y_axis range from 0 to 10^-6, the problem is the chi^2 test is so small ~ about 0 and this is something weird.
Maybe the test failed for some reason; if you add the āPā option h1->Chi2Test(h2, "P,CHI2") of Chi2Test you can see if the test was good (igood=0) or not; the values of igood are explained some lines below, under Chi2TestX(). Also, check on that page whether you should be using one of the other options too (UU,ā¦).