Package jline.lib.butools.dmap
Class MarginalMomentsFromDMRAPKt
-
- All Implemented Interfaces:
public final class MarginalMomentsFromDMRAPKt
-
-
Method Summary
Modifier and Type Method Description final static DoubleArraymarginalMomentsFromDMRAP(MatrixCell H, Integer K, Double prec)Returns the moments of the marginal distribution of a discrete marked rational arrival process. final static DoubleArraymarginalMomentsFromDMRAP(Array<Matrix> H, Integer K, Double prec)Overload for Array<Matrix>. -
-
Method Detail
-
marginalMomentsFromDMRAP
final static DoubleArray marginalMomentsFromDMRAP(MatrixCell H, Integer K, Double prec)
Returns the moments of the marginal distribution of a discrete marked rational arrival process.
- Parameters:
H- The H0...K- Number of moments to compute.prec- Numerical precision for checking if the input is valid- Returns:
The vector of moments
-
marginalMomentsFromDMRAP
final static DoubleArray marginalMomentsFromDMRAP(Array<Matrix> H, Integer K, Double prec)
Overload for Array<Matrix>.
-
-
-
-