Class Infer_minps_setupKt

    • 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_minps_setup(Array<Array<DoubleArray>> data, Integer initSample, Integer sampleSize, Integer V, Network model, Queue node) Setup function for MINPS with legacy cell-based data format.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • infer_minps_setup

         final static DoubleArray infer_minps_setup(Array<Array<DoubleArray>> data, Integer initSample, Integer sampleSize, Integer V, Network model, Queue node)

        Setup function for MINPS with legacy cell-based data format.

        Processes legacy cell data format, computes queue lengths at arrival, estimates think-time rates and effective population, then calls infer_minps with processed data.

        Parameters:
        data - cell array in standard format (7 x K+1)
        initSample - starting sample index (0-based)
        sampleSize - number of samples to use (0 = all)
        V - number of servers
        model - LINE Network model
        node - PS queue node
        Returns:

        estimated demands (1 x R array)