Package jline.lib.butools.map
Class MAPFromFewMomentsAndCorrelations
java.lang.Object
jline.lib.butools.map.MAPFromFewMomentsAndCorrelations
-
Method Summary
Modifier and TypeMethodDescriptionstatic Matrix[]mapFromFewMomentsAndCorrelations(double[] moms) static Matrix[]mapFromFewMomentsAndCorrelations(double[] moms, double corr1) static Matrix[]mapFromFewMomentsAndCorrelations(double[] moms, double corr1, Double r) Creates a Markovian arrival process that has the given 2 or 3 marginal moments and lag-1 autocorrelation.
-
Method Details
-
mapFromFewMomentsAndCorrelations
-
mapFromFewMomentsAndCorrelations
-
mapFromFewMomentsAndCorrelations
Creates a Markovian arrival process that has the given 2 or 3 marginal moments and lag-1 autocorrelation.- Returns:
- Array {D0, D1}
-