Package jline.api.sn

Class SnGetArvRFromTputKt

    • 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 Matrix snGetArvRFromTput(NetworkStruct sn, Matrix TN, AvgHandle TH) Calculates the average arrival rates at each station from the network throughputs.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • snGetArvRFromTput

         final static Matrix snGetArvRFromTput(NetworkStruct sn, Matrix TN, AvgHandle TH)

        Calculates the average arrival rates at each station from the network throughputs.

        This function computes arrival rates using the routing matrix (sn.rt) which is indexed by stateful nodes, not stations. For Cache nodes (stateful but not stations), throughputs are computed from hit/miss probabilities.

        Parameters:
        sn - the NetworkStruct object for the queueing network model
        TN - the matrix of throughputs (indexed by stations)
        TH - throughput handles for the solver
        Returns:

        a matrix of average arrival rates (indexed by stations)