Package jline.lib.butools.map
Class MRAPFromMoments
java.lang.Object
jline.lib.butools.map.MRAPFromMoments
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmrapFromMoments(double[] moms, Matrix[] Nm) Overload for Matrix[].static MatrixCellmrapFromMoments(double[] moms, MatrixCell Nm) Creates a continuous marked rational arrival process that has the same marginal and lag-1 joint moments as given.rapFromMoments(double[] moms, Matrix Nm) Creates a rational arrival process that has the same marginal and lag-1 joint moments as given.
-
Method Details
-
mrapFromMoments
Creates a continuous marked rational arrival process that has the same marginal and lag-1 joint moments as given. -
mrapFromMoments
Overload for Matrix[]. -
rapFromMoments
Creates a rational arrival process that has the same marginal and lag-1 joint moments as given. Convenience wrapper for single arrival type (K=1).
-