Package jline.lib.butools.ph
Class CheckRAPRepresentation
java.lang.Object
jline.lib.butools.ph.CheckRAPRepresentation
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheckRAPRepresentation(Matrix H0, Matrix H1) static booleancheckRAPRepresentation(Matrix H0, Matrix H1, double prec) Checks if the given matrices define a valid Rational Arrival Process (RAP) representation.
-
Method Details
-
checkRAPRepresentation
Checks if the given matrices define a valid Rational Arrival Process (RAP) representation.- Parameters:
H0- The H0 matrix of the RAPH1- The H1 matrix of the RAPprec- Numerical precision. Default 1e-14.- Returns:
- True if the representation is valid, false otherwise
-
checkRAPRepresentation
-