Class CanonicalFromPH3Kt

    • 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

      • canonicalFromPH3

         final static PH3Representation canonicalFromPH3(Matrix alpha, Matrix A, Double prec)

        Returns the canonical form of an order-3 phase-type distribution.

        Parameters:
        alpha - Initial vector of the phase-type distribution.
        A - Transient generator of the phase-type distribution.
        prec - Numerical precision, default value is 1e-10.
        Returns:

        The PH3Representation containing beta (canonical initial vector) and B (canonical generator).

        Note: This procedure calculates 5 moments of the input and calls 'ph3From5Moments'.