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