Package jline.lib.butools.map
Class MarginalDistributionFromMAPKt
-
- All Implemented Interfaces:
public final class MarginalDistributionFromMAPKt
-
-
Method Summary
Modifier and Type Method Description final static PHRepresentationmarginalDistributionFromMAP(Matrix D0, Matrix D1)Returns the phase type distributed marginal distribution of a Markovian arrival process. final static PHRepresentationmarginalDistributionFromRAP(Matrix H0, Matrix H1)Returns the matrix exponential distributed marginal distribution of a rational arrival process. -
-
Method Detail
-
marginalDistributionFromMAP
final static PHRepresentation marginalDistributionFromMAP(Matrix D0, Matrix D1)
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
final static PHRepresentation marginalDistributionFromRAP(Matrix H0, Matrix H1)
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)
-
-
-
-