Package jline.inference.api
Class Infer_minpsKt
-
- All Implemented Interfaces:
public final class Infer_minpsKt
-
-
Method Summary
Modifier and Type Method Description final static DoubleArrayinfer_minps(Network model, Queue node, DoubleArray rt, IntArray classVec, Matrix ql)MINPS demand estimation method. -
-
Method Detail
-
infer_minps
final static DoubleArray infer_minps(Network model, Queue node, DoubleArray rt, IntArray classVec, Matrix ql)
MINPS demand estimation method.
Runs both MLPS and RPS estimators and selects the one with the smaller mean demand estimate.
- Parameters:
model- LINE Network model with delay rates setnode- PS queue nodert- response time samples (column vector)classVec- class of each sample (0-based)ql- queue lengths at arrival (n x R matrix)- Returns:
estimated demands (1 x R array)
-
-
-
-