Class LikelihoodFromTrace

java.lang.Object
jline.lib.butools.fitting.LikelihoodFromTrace

public final class LikelihoodFromTrace extends Object
  • Method Details

    • likelihoodFromTracePH

      public static double likelihoodFromTracePH(double[] trace, Matrix alpha, Matrix A, double prec)
      Evaluates the log-likelihood of a trace with the given PH distribution. The result is divided by the length of the trace.
    • likelihoodFromTracePH

      public static double likelihoodFromTracePH(double[] trace, Matrix alpha, Matrix A)
    • likelihoodFromTraceMAP

      public static double likelihoodFromTraceMAP(double[] trace, Matrix D0, Matrix D1, double prec)
      Evaluates the log-likelihood of a trace with the given MAP. The result is divided by the length of the trace.
    • likelihoodFromTraceMAP

      public static double likelihoodFromTraceMAP(double[] trace, Matrix D0, Matrix D1)