Package jline.lib.butools.dmap
Class MarginalMomentsFromDMRAP
java.lang.Object
jline.lib.butools.dmap.MarginalMomentsFromDMRAP
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]static double[]marginalMomentsFromDMRAP(Matrix[] H, int K) static double[]marginalMomentsFromDMRAP(Matrix[] H, int K, double prec) Overload for Matrix[].static double[]static double[]marginalMomentsFromDMRAP(MatrixCell H, int K) static double[]marginalMomentsFromDMRAP(MatrixCell H, int K, double prec) Returns the moments of the marginal distribution of a discrete marked rational arrival process.
-
Method Details
-
marginalMomentsFromDMRAP
Returns the moments of the marginal distribution of a discrete marked rational arrival process.- Parameters:
H- The H0...HN matrices of the DMRAP (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
-
marginalMomentsFromDMRAP
-
marginalMomentsFromDMRAP
-
marginalMomentsFromDMRAP
Overload for Matrix[]. -
marginalMomentsFromDMRAP
-
marginalMomentsFromDMRAP
-