Class M3pp2m_fitc_theoreticalKt

    • 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

      • m3pp2m_fitc_theoretical

        @JvmOverloads() final static Array<Matrix> m3pp2m_fitc_theoretical(MatrixCell mmap, String method, Double t, Double tinf)

        Fits the theoretical characteristics of a MMAP(n,m) with a M3PP(2,m).

        Parameters:
        mmap - The MMAP(n,m) to fit with a M3PP(2,m)
        method - Fitting method: "exact_delta", "approx_delta", "approx_cov", or "approx_ag"
        t - Optional finite time scale (default: 1.
        tinf - Optional near-infinite time scale (default: 1e4)
        Returns:

        Fitted M3PP(2,m)

      • m3pp2m_fitc_theoretical

        @JvmOverloads() final static Array<Matrix> m3pp2m_fitc_theoretical(MatrixCell mmap, String method, Double t)

        Fits the theoretical characteristics of a MMAP(n,m) with a M3PP(2,m).

        Parameters:
        mmap - The MMAP(n,m) to fit with a M3PP(2,m)
        method - Fitting method: "exact_delta", "approx_delta", "approx_cov", or "approx_ag"
        t - Optional finite time scale (default: 1.
        Returns:

        Fitted M3PP(2,m)

      • m3pp2m_fitc_theoretical

        @JvmOverloads() final static Array<Matrix> m3pp2m_fitc_theoretical(MatrixCell mmap, String method)

        Fits the theoretical characteristics of a MMAP(n,m) with a M3PP(2,m).

        Parameters:
        mmap - The MMAP(n,m) to fit with a M3PP(2,m)
        method - Fitting method: "exact_delta", "approx_delta", "approx_cov", or "approx_ag"
        Returns:

        Fitted M3PP(2,m)