Package jline.lib.butools.map
Class MAP2FromMoments
java.lang.Object
jline.lib.butools.map.MAP2FromMoments
-
Method Summary
Modifier and TypeMethodDescriptionmap2FromMoments(double[] moms, double corr1) Returns a MAP(2) which has the same 3 marginal moments and lag-1 autocorrelation as given.
-
Method Details
-
map2FromMoments
Returns a MAP(2) which has the same 3 marginal moments and lag-1 autocorrelation as given.- Parameters:
moms- First three marginal moments of the inter-arrival timescorr1- The lag-1 autocorrelation of the inter-arrival times- Returns:
- Pair of (D0, D1) matrices of the MAP(2)
-