Package jline.api.mam.m3pp
Class M3pp_superpos_fitc
java.lang.Object
jline.api.mam.m3pp.M3pp_superpos_fitc
-
Method Summary
Modifier and TypeMethodDescriptionstatic Pair<MatrixCell, List<MatrixCell>> m3pp_superpos_fitc(double[] av, double[] btv, double[] binfv, double[] m3tv, double t, double tinf) Fits k second-order M3PP[m_j] and superposes them into a M3PP[m] of order k+1, with m = sum_j m_j.
-
Method Details
-
m3pp_superpos_fitc
public static Pair<MatrixCell,List<MatrixCell>> m3pp_superpos_fitc(double[] av, double[] btv, double[] binfv, double[] m3tv, double t, double tinf) Fits k second-order M3PP[m_j] and superposes them into a M3PP[m] of order k+1, with m = sum_j m_j.Port of MATLAB
m3pp_superpos_fitc.m: one MMPP(2) is fitted per class viaMmpp2_fitc.mmpp2_fitc(double, double, double, double, double, double, double), each is wrapped as a single-class MMAP {D0, D1, D1}, and the per-class MMAPs are superposed withMmap_super.mmap_super(jline.util.matrix.MatrixCell, jline.util.matrix.MatrixCell, java.lang.String).- Parameters:
av- per-class rates (length m)btv- per-class IDC(t) (length m)binfv- per-class IDC(inf) (length m)m3tv- per-class third central moment of counts at t (length m)t- finite time scaletinf- near-infinite time scale- Returns:
- Pair of (superposed M3PP[m] of order k+1, list of per-class fitted M3PP[m_j])
-