Package jline.lib.butools.dmap
Class MarginalMomentsFromDMAP
java.lang.Object
jline.lib.butools.dmap.MarginalMomentsFromDMAP
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]marginalMomentsFromDMAP(Matrix D0, Matrix D1) static double[]marginalMomentsFromDMAP(Matrix D0, Matrix D1, int K) static double[]marginalMomentsFromDMAP(Matrix D0, Matrix D1, int K, double prec) Returns the moments of the marginal distribution of a discrete Markovian arrival process.
-
Method Details
-
marginalMomentsFromDMAP
Returns the moments of the marginal distribution of a discrete Markovian arrival process.- Parameters:
D0- The D0 matrix of the discrete Markovian arrival processD1- The D1 matrix of the discrete Markovian arrival processK- 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
-
marginalMomentsFromDMAP
-
marginalMomentsFromDMAP
-