Class Infer_gibbsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static DoubleArray infer_gibbs(Array<Array<DoubleArray>> data, Integer nbCores, Double tol) Gibbs Sampling demand estimation from trace data.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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 class
        nbCores - number of server cores
        tol - convergence tolerance
        Returns:

        estimated demands (1 x R array)