Class FJStateSpaceKt

    • 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
    • Constructor Detail

    • Method Detail

      • constructNotAllBusy

         final static Matrix constructNotAllBusy(Integer C, FJService services, FJServiceH service_h)

        Construct state space matrix for not-all-busy states

        Parameters:
        C - Capacity parameter
        services - Service process
        service_h - 2-node service representation
        Returns:

        State transition matrix for not-all-busy states

      • constructSRK

         final static SRKResult constructSRK(Integer C, FJService services, FJServiceH service_h, Matrix S)

        Construct extended state space matrices (Se, Sestar, R0, Ke, Kc)

        Parameters:
        C - Capacity parameter
        services - Service process
        service_h - 2-node service representation
        S - Busy state transition matrix
        Returns:

        SRKResult with all constructed matrices