Class Pfqn_schmidtKt

    • 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 Ret.pfqnSchmidt pfqn_schmidt(Matrix D, Matrix N, Matrix S, List<SchedStrategy> sched) Schmidt method for load-dependent MVA with multi-server stationsImplementation of the Schmidt population recursion algorithm for analyzing closed queueing networks with load-dependent service and multi-server stations.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • pfqn_schmidt

         final static Ret.pfqnSchmidt pfqn_schmidt(Matrix D, Matrix N, Matrix S, List<SchedStrategy> sched)

        Schmidt method for load-dependent MVA with multi-server stations

        Implementation of the Schmidt population recursion algorithm for analyzing closed queueing networks with load-dependent service and multi-server stations. Supports INF, PS, and FCFS scheduling strategies with both single and multi-server configurations.

        Reference: R. Schmidt, "An approximate MVA algorithm for exponential, class-dependent multiple server stations," Performance Evaluation, vol. 29, no. 4, pp. 245-254, 1997.

        Parameters:
        D - Service demand matrix (M x R) - service demands per station and class
        N - Population vector (R) - number of jobs per class
        S - Server count matrix (M x R) - number of servers per station and class
        sched - Scheduling strategy list per station
        Returns:

        pfqnSchmidt result containing performance measures and state probabilities