Package jline.api.mam.m3pp
Class M3pp_superpos_fitc_theoretical
java.lang.Object
jline.api.mam.m3pp.M3pp_superpos_fitc_theoretical
-
Method Summary
Modifier and TypeMethodDescriptionstatic Pair<MatrixCell, List<MatrixCell>> Superposes k M3PP to fit the characteristics ofMMAP, using default time scales t = 1, tinf = 1000.static Pair<MatrixCell, List<MatrixCell>> m3pp_superpos_fitc_theoretical(MatrixCell MMAP, double t, double tinf) Superposes k M3PP to fit the characteristics of a MMAP[k].
-
Method Details
-
m3pp_superpos_fitc_theoretical
Superposes k M3PP to fit the characteristics ofMMAP, using default time scales t = 1, tinf = 1000. -
m3pp_superpos_fitc_theoretical
public static Pair<MatrixCell,List<MatrixCell>> m3pp_superpos_fitc_theoretical(MatrixCell MMAP, double t, double tinf) Superposes k M3PP to fit the characteristics of a MMAP[k].- Parameters:
MMAP- process to fitt- finite time scaletinf- near-infinite time scale- Returns:
- Pair of (superposed M3PP[m], list of per-class fitted M3PP components)
-