Class CheckPHRepresentationKt

    • 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

      • checkPHRepresentation

         final static Boolean checkPHRepresentation(Matrix alpha, Matrix A, Double prec)

        Checks if the given vector and matrix define a valid phase- type representation.

        Parameters:
        alpha - Initial vector of the phase-type distribution to check
        A - Transient generator of the phase-type distribution to check
        prec - Numerical precision.
        Returns:

        True, if vector alpha is a probability vector and matrix A is a transient generator, and they have the same size.