Class CheckDMMAPRepresentationKt

    • 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

      • checkDMMAPRepresentation

         final static Boolean checkDMMAPRepresentation(MatrixCell D, Double prec)

        Checks if the input matrices define a discrete time MMAP.

        All matrices D0...DK must have the same size, D0 must be a transient probability matrix, D1...DK have only non-negative elements, and the rowsum of D0+D1+...+DK is 1 (up to the numerical precision).

        Parameters:
        D - The D0...
        prec - Numerical precision, default value is 1e-14
        Returns:

        True if the matrices define a valid DMMAP