Package jline.api.mam
Class Mamap2m_coefficientsKt
-
- All Implemented Interfaces:
public final class Mamap2m_coefficientsKt
-
-
Method Summary
Modifier and Type Method Description 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). 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). -
-
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 0h2
- Second holding time parameter of the underlying AMAP(2) with gamma 0r1
- 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 < 0h2
- Second holding time parameter of the underlying AMAP(2) with gamma < 0r1
- 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)
-
-
-
-