Class PdfFromTrace

java.lang.Object
jline.lib.butools.trace.PdfFromTrace

public final class PdfFromTrace extends Object
  • Method Details

    • pdfFromTrace

      public static PdfFromTrace.PdfResult pdfFromTrace(double[] trace, double[] intBounds)
      Returns the empirical density function of a trace.
    • pdfFromWeightedTrace

      public static PdfFromTrace.PdfResult pdfFromWeightedTrace(double[] trace, double[] weights, double[] intBounds)
      Returns the empirical density function of a weighted trace.