Package jline.lib.butools.map
Class MarginalDistributionFromMAP
java.lang.Object
jline.lib.butools.map.MarginalDistributionFromMAP
-
Method Summary
Modifier and TypeMethodDescriptionstatic PHRepresentationmarginalDistributionFromMAP(Matrix D0, Matrix D1) Returns the phase type distributed marginal distribution of a Markovian arrival process.static PHRepresentationmarginalDistributionFromRAP(Matrix H0, Matrix H1) Returns the matrix exponential distributed marginal distribution of a rational arrival process.
-
Method Details
-
marginalDistributionFromMAP
Returns the phase type distributed marginal distribution of a Markovian arrival process.- Parameters:
D0- The D0 matrix of the Markovian arrival processD1- The D1 matrix of the Markovian arrival process- Returns:
- PHRepresentation containing alpha (initial vector) and A (transient generator)
-
marginalDistributionFromRAP
Returns the matrix exponential distributed marginal distribution of a rational arrival process.- Parameters:
H0- The H0 matrix of the rational arrival processH1- The H1 matrix of the rational arrival process- Returns:
- PHRepresentation containing alpha (initial vector) and A (matrix parameter)
-