Package jline.lib.butools.map
Class MarginalMomentsFromMMAP
java.lang.Object
jline.lib.butools.map.MarginalMomentsFromMMAP
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]static double[]marginalMomentsFromMMAP(Matrix[] D, int K) static double[]marginalMomentsFromMMAP(Matrix[] D, int K, double prec) Overload for Matrix[].static double[]static double[]marginalMomentsFromMMAP(MatrixCell D, int K) static double[]marginalMomentsFromMMAP(MatrixCell D, int K, double prec) Returns the moments of the marginal distribution of a continuous marked Markovian arrival process.
-
Method Details
-
marginalMomentsFromMMAP
Returns the moments of the marginal distribution of a continuous marked Markovian arrival process.- Parameters:
D- The D0...DN matrices of the MMAP (as MatrixCell)K- Number of moments to compute. If K=0, 2*M-1 moments are computed.prec- Numerical precision for checking if the input is valid- Returns:
- The vector of moments
-
marginalMomentsFromMMAP
-
marginalMomentsFromMMAP
-
marginalMomentsFromMMAP
Overload for Matrix[]. -
marginalMomentsFromMMAP
-
marginalMomentsFromMMAP
-