Package jline.lib.butools.map
Class MAP2CorrelationBoundsKt
-
- All Implemented Interfaces:
public final class MAP2CorrelationBoundsKt
-
-
Method Summary
Modifier and Type Method Description final static Pair<Double, Double>map2CorrelationBounds(DoubleArray moms)Returns the upper and lower correlation bounds for a MAP(2) given the three marginal moments. -
-
Method Detail
-
map2CorrelationBounds
final static Pair<Double, Double> map2CorrelationBounds(DoubleArray moms)
Returns the upper and lower correlation bounds for a MAP(2) given the three marginal moments.
- Parameters:
moms- First three marginal moments of the inter-arrival times- Returns:
Pair of (lower bound, upper bound) for correlation
-
-
-
-