Class M3pp_superpos_fitc_theoretical

java.lang.Object
jline.api.mam.m3pp.M3pp_superpos_fitc_theoretical

public final class M3pp_superpos_fitc_theoretical extends Object
  • Method Details

    • m3pp_superpos_fitc_theoretical

      public static Pair<MatrixCell,List<MatrixCell>> m3pp_superpos_fitc_theoretical(MatrixCell MMAP)
      Superposes k M3PP to fit the characteristics of MMAP, 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 fit
      t - finite time scale
      tinf - near-infinite time scale
      Returns:
      Pair of (superposed M3PP[m], list of per-class fitted M3PP components)