Package jline.lib.butools.fitting
Class LikelihoodFromTrace
java.lang.Object
jline.lib.butools.fitting.LikelihoodFromTrace
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublelikelihoodFromTraceMAP(double[] trace, Matrix D0, Matrix D1) static doublelikelihoodFromTraceMAP(double[] trace, Matrix D0, Matrix D1, double prec) Evaluates the log-likelihood of a trace with the given MAP.static doublelikelihoodFromTracePH(double[] trace, Matrix alpha, Matrix A) static doublelikelihoodFromTracePH(double[] trace, Matrix alpha, Matrix A, double prec) Evaluates the log-likelihood of a trace with the given PH distribution.
-
Method Details
-
likelihoodFromTracePH
Evaluates the log-likelihood of a trace with the given PH distribution. The result is divided by the length of the trace. -
likelihoodFromTracePH
-
likelihoodFromTraceMAP
Evaluates the log-likelihood of a trace with the given MAP. The result is divided by the length of the trace. -
likelihoodFromTraceMAP
-