Class CheckMMAPRepresentationKt

    • 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

      • checkMMAPRepresentation

        @JvmOverloads() final static Boolean checkMMAPRepresentation(MatrixCell D, Double prec)

        Checks if the input matrices define a continuous time MMAP.

        All matrices D0...DK must have the same size, D0 must be a transient generator matrix, D1...DK have only non-negative elements, and the rowsum of D0+D1+...+DK is 0 (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 MMAP

      • checkMMAPRepresentation

        @JvmOverloads() final static Boolean checkMMAPRepresentation(MatrixCell D)

        Checks if the input matrices define a continuous time MMAP.

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

        Parameters:
        D - The D0...
        Returns:

        True if the matrices define a valid MMAP