Package jline.inference.api
Class Infer_gibbsKt
-
- All Implemented Interfaces:
public final class Infer_gibbsKt
-
-
Method Summary
Modifier and Type Method Description final static DoubleArrayinfer_gibbs(Array<Array<DoubleArray>> data, Integer nbCores, Double tol)Gibbs Sampling demand estimation from trace data. -
-
Method Detail
-
infer_gibbs
final static DoubleArray infer_gibbs(Array<Array<DoubleArray>> data, Integer nbCores, Double tol)
Gibbs Sampling demand estimation from trace data.
Analyzes arrival/departure traces to reconstruct system state, then uses Gibbs sampling to estimate service demands.
- Parameters:
data- cell array: datak = arrival times (ms), datak = response times (s), datak = throughput per classnbCores- number of server corestol- convergence tolerance- Returns:
estimated demands (1 x R array)
-
-
-
-