Package jline.lib.kpctoolbox.erchmm
Class ERCHMM
java.lang.Object
jline.lib.kpctoolbox.erchmm.ERCHMM
Extended Renewal Continuous-time Hidden Markov Model (ER-CHMM) functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ERCHMMFitResulterchmm_emfit(double[] trace, int[] orders) static ERCHMMFitResulterchmm_emfit(double[] trace, int[] orders, int iterMax, double iterTol, boolean verbose) static MatrixCellerchmm_emfit_simple(double[] trace, int[] orders) static MatrixCellerchmm_emfit_simple(double[] trace, int[] orders, int iterMax, double iterTol)
-
Method Details
-
erchmm_emfit
-
erchmm_emfit
public static ERCHMMFitResult erchmm_emfit(double[] trace, int[] orders, int iterMax, double iterTol, boolean verbose) -
erchmm_emfit_simple
-
erchmm_emfit_simple
public static MatrixCell erchmm_emfit_simple(double[] trace, int[] orders, int iterMax, double iterTol)
-