Package jline.inference.api
Class Infer_minps_setupKt
-
- All Implemented Interfaces:
public final class Infer_minps_setupKt
-
-
Method Summary
Modifier and Type Method Description final static DoubleArrayinfer_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. -
-
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 serversmodel- LINE Network modelnode- PS queue node- Returns:
estimated demands (1 x R array)
-
-
-
-