Package jline.lib.butools.dmap
Class MarginalDistributionFromDRAP
java.lang.Object
jline.lib.butools.dmap.MarginalDistributionFromDRAP
-
Method Summary
Modifier and TypeMethodDescriptionmarginalDistributionFromDRAP(Matrix H0, Matrix H1) marginalDistributionFromDRAP(Matrix H0, Matrix H1, double prec) Returns the matrix geometrically distributed marginal distribution of a discrete rational arrival process.
-
Method Details
-
marginalDistributionFromDRAP
public static MGFromMoments.MGRepresentation marginalDistributionFromDRAP(Matrix H0, Matrix H1, double prec) Returns the matrix geometrically distributed marginal distribution of a discrete rational arrival process.- Parameters:
H0- The H0 matrix of the discrete rational arrival processH1- The H1 matrix of the discrete rational arrival processprec- Numerical precision for checking if the input is valid- Returns:
- The MGRepresentation containing alpha (initial vector) and A (matrix parameter)
-
marginalDistributionFromDRAP
-