hep.aida.util
Class HistUtils
- java.lang.Object
-
- hep.aida.util.HistUtils
-
public class HistUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description HistUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static doublekolmogorovTest(double[] bins1, double[] bins2)Test the distribution of h1 and h2 using the Kolmogorov algorithm.static doublekolmogorovTest(ICloud1D c1, ICloud1D c2)Test the distribution of h1 and h2 using the Kolmogorov algorithm.static doublekolmogorovTest(ICloud1D c1, ICloud1D c2, int nBins)static doublekolmogorovTest(IHistogram1D h1, IHistogram1D h2)
-
-
-
Method Detail
-
kolmogorovTest
public static double kolmogorovTest(ICloud1D c1, ICloud1D c2)
Test the distribution of h1 and h2 using the Kolmogorov algorithm. The result is between 0 and 1; 1 is for identical histograms.
-
kolmogorovTest
public static double kolmogorovTest(IHistogram1D h1, IHistogram1D h2)
-
kolmogorovTest
public static double kolmogorovTest(double[] bins1, double[] bins2)Test the distribution of h1 and h2 using the Kolmogorov algorithm. The result is between 0 and 1; 1 is for identical histograms.
-
-
DMelt 3.0 © DataMelt by jWork.ORG