Package jline.lib.butools.dmap
Class MarginalDistributionFromDMRAPKt
-
- All Implemented Interfaces:
public final class MarginalDistributionFromDMRAPKt
-
-
Method Summary
Modifier and Type Method Description final static MGRepresentationmarginalDistributionFromDMRAP(MatrixCell H, Double prec)Returns the matrix geometrically distributed marginal distribution of a discrete marked rational arrival process. final static MGRepresentationmarginalDistributionFromDMRAP(Array<Matrix> H, Double prec)Overload for Array<Matrix>. -
-
Method Detail
-
marginalDistributionFromDMRAP
final static MGRepresentation marginalDistributionFromDMRAP(MatrixCell H, Double prec)
Returns the matrix geometrically distributed marginal distribution of a discrete marked rational arrival process.
- Parameters:
H- The H0...prec- Numerical precision for checking if the input is valid- Returns:
The MGRepresentation containing alpha (initial vector) and A (matrix parameter)
-
marginalDistributionFromDMRAP
final static MGRepresentation marginalDistributionFromDMRAP(Array<Matrix> H, Double prec)
Overload for Array<Matrix>.
-
-
-
-