Package jline.api.mam

Class Mamap2m_coefficientsKt

    • 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

      • mamap2m_can1_coefficients

         final static Triple<Matrix, Matrix, Matrix> mamap2m_can1_coefficients(Double h1, Double h2, Double r1, Double r2)

        Returns the coefficients used in the direct and inverse formulas for fitting a MAMAP(2,m) in first canonical form (gamma 0).

        Parameters:
        h1 - First holding time parameter of the underlying AMAP(2) with gamma 0
        h2 - Second holding time parameter of the underlying AMAP(2) with gamma 0
        r1 - First transition probability parameter of the underlying AMAP(2)
        r2 - Second transition probability parameter of the underlying AMAP(2)
        Returns:

        Triple of (G coefficients of p1,p11,F11,B11, U coefficients to fit, Y denominators)

      • mamap2m_can2_coefficients

         final static Triple<Matrix, Matrix, Matrix> mamap2m_can2_coefficients(Double h1, Double h2, Double r1, Double r2)

        Returns the coefficients used in the direct and inverse formulas for fitting a MAMAP(2,m) in second canonical form (gamma < 0).

        Parameters:
        h1 - First holding time parameter of the underlying AMAP(2) with gamma < 0
        h2 - Second holding time parameter of the underlying AMAP(2) with gamma < 0
        r1 - First transition probability parameter of the underlying AMAP(2)
        r2 - Second transition probability parameter of the underlying AMAP(2)
        Returns:

        Triple of (E coefficients of p1,p11,F11,B11, V coefficients to fit, Z denominators)