Package jline.lib.butools.map
Class MarginalDistributionFromMRAP
java.lang.Object
jline.lib.butools.map.MarginalDistributionFromMRAP
-
Method Summary
Modifier and TypeMethodDescriptionstatic PHRepresentationstatic PHRepresentationmarginalDistributionFromMRAP(Matrix[] H, double prec) Overload for Matrix[].static PHRepresentationstatic PHRepresentationmarginalDistributionFromMRAP(MatrixCell H, double prec) Returns the phase type distributed marginal distribution of a continuous marked rational arrival process.
-
Method Details
-
marginalDistributionFromMRAP
Returns the phase type distributed marginal distribution of a continuous marked rational arrival process.- Parameters:
H- The H0...HN matrices of the MRAP (as MatrixCell)prec- Numerical precision for checking if the input is valid- Returns:
- The PHRepresentation containing alpha (initial vector) and A (matrix parameter)
-
marginalDistributionFromMRAP
-
marginalDistributionFromMRAP
Overload for Matrix[]. -
marginalDistributionFromMRAP
-