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