Package jline.lib.butools.dmap
Class MarginalMomentsFromDRAP
java.lang.Object
jline.lib.butools.dmap.MarginalMomentsFromDRAP
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]marginalMomentsFromDRAP(Matrix H0, Matrix H1) static double[]marginalMomentsFromDRAP(Matrix H0, Matrix H1, int K) static double[]marginalMomentsFromDRAP(Matrix H0, Matrix H1, int K, double prec) Returns the moments of the marginal distribution of a discrete rational arrival process.
-
Method Details
-
marginalMomentsFromDRAP
Returns the moments of the marginal distribution of a discrete rational arrival process.- Parameters:
H0- The H0 matrix of the discrete rational arrival processH1- The H1 matrix of the discrete rational 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
-
marginalMomentsFromDRAP
-
marginalMomentsFromDRAP
-