Class M3pp_interleave_fitcKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • m3pp_interleave_fitc

         final static Pair<MatrixCell, List<MatrixCell>> m3pp_interleave_fitc(DoubleArray av, DoubleArray btv, DoubleArray binfv, Array<DoubleArray> acc, Array<DoubleArray> gtcc, Double t, Double tinf, IntArray mapping, Boolean reorder)

        Fits k second-order M3PPm_j and interleaves them into a M3PPm of order k+1, with m = sum_j=1^k m_j.

        Parameters:
        av - Vector of length k with the per-process rate
        btv - Vector of length k with the per-process IDC(t)
        binfv - Vector of length k with the per-process IDC(inf)
        acc - Cell-array of length k; j-th element is a vector of length m_j with the per-class rates in the j-th M3PP
        gtcc - Cell-array of length k; j-th element is a vector of length m_j with the per-class variance + marginal_covariance in the j-th M3PP
        t - Finite time scale
        tinf - Near-infinite time scale
        mapping - Optional mapping for class reordering
        reorder - Whether to reorder classes (default: false)
        Returns:

        Pair of (interleaved M3PPm, list of component M3PPs)