Package jline.lib.butools.dmap
Class MarginalDistributionFromDMAPKt
-
- All Implemented Interfaces:
public final class MarginalDistributionFromDMAPKt
-
-
Method Summary
Modifier and Type Method Description final static MGRepresentationmarginalDistributionFromDMAP(Matrix D0, Matrix D1, Double prec)Returns the discrete phase type distributed marginal distribution of a discrete Markovian arrival process. -
-
Method Detail
-
marginalDistributionFromDMAP
final static MGRepresentation marginalDistributionFromDMAP(Matrix D0, Matrix D1, Double prec)
Returns the discrete phase type distributed marginal distribution of a discrete Markovian arrival process.
- Parameters:
D0- The D0 matrix of the discrete Markovian arrival processD1- The D1 matrix of the discrete Markovian arrival processprec- Numerical precision for checking if the input is valid- Returns:
The MGRepresentation containing alpha (initial vector) and A (transient generator)
-
-
-
-