Class Infer_minpsKt

    • 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(Network model, Queue node, DoubleArray rt, IntArray classVec, Matrix ql) MINPS demand estimation method.
      • Methods inherited from class java.lang.Object

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

    • 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 set
        node - PS queue node
        rt - 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)