Package jline.lib.butools.dmap
Class MarginalDistributionFromDRAPKt
-
- All Implemented Interfaces:
public final class MarginalDistributionFromDRAPKt
-
-
Method Summary
Modifier and Type Method Description final static MGRepresentationmarginalDistributionFromDRAP(Matrix H0, Matrix H1, Double prec)Returns the matrix geometrically distributed marginal distribution of a discrete rational arrival process. -
-
Method Detail
-
marginalDistributionFromDRAP
final static 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)
-
-
-
-