Package jline.lib.butools.map
Class CheckMMAPRepresentation
java.lang.Object
jline.lib.butools.map.CheckMMAPRepresentation
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleancheckMMAPRepresentation(Matrix[] D, double prec) Overload for Matrix[].static booleanstatic booleancheckMMAPRepresentation(MatrixCell D, double prec) Checks if the input matrices define a continuous time MMAP.
-
Method Details
-
checkMMAPRepresentation
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...DK matrices of the MMAP to check (as MatrixCell)prec- Numerical precision- Returns:
- True if the matrices define a valid MMAP
-
checkMMAPRepresentation
-
checkMMAPRepresentation
Overload for Matrix[]. -
checkMMAPRepresentation
-