Package jline.lib.butools.map
Class MarginalMomentsFromMAP
java.lang.Object
jline.lib.butools.map.MarginalMomentsFromMAP
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]marginalMomentsFromMAP(Matrix D0, Matrix D1) static double[]marginalMomentsFromMAP(Matrix D0, Matrix D1, int K) Returns the moments of the marginal distribution of a Markovian arrival process.static double[]marginalMomentsFromRAP(Matrix H0, Matrix H1) static double[]marginalMomentsFromRAP(Matrix H0, Matrix H1, int K) Returns the moments of the marginal distribution of a rational arrival process.
-
Method Details
-
marginalMomentsFromMAP
Returns the moments of the marginal distribution of a Markovian arrival process.- Parameters:
D0- The D0 matrix of the Markovian arrival processD1- The D1 matrix of the Markovian arrival processK- Number of moments to compute. If K=0, 2*M-1 moments are computed.- Returns:
- The vector of moments
-
marginalMomentsFromMAP
-
marginalMomentsFromRAP
Returns the moments of the marginal distribution of a rational arrival process.- Parameters:
H0- The H0 matrix of the rational arrival processH1- The H1 matrix of the rational arrival processK- Number of moments to compute. If K=0, 2*M-1 moments are computed.- Returns:
- The vector of moments
-
marginalMomentsFromRAP
-