Package jline.api.mam

Class Map_sum

java.lang.Object
jline.api.mam.Map_sum

public final class Map_sum extends Object
  • Method Details

    • map_sum

      public static MatrixCell map_sum(MatrixCell MAP, int n)
      Computes the Markovian Arrival Process (MAP) representing the sum of n identical MAPs. This method constructs a new MAP with transition matrices D0 and D1 by summing n identical MAPs specified by the input MAP. The result is a larger MAP with n times the number of states in the original MAP, where transitions in the resulting MAP are structured to reflect the cumulative behavior of n MAPs.
      Parameters:
      MAP - the original MAP represented by a MatrixCell containing matrices D0 and D1
      n - the number of identical MAPs to sum
      Returns:
      a MatrixCell containing the transition matrices D0 and D1 of the resulting summed MAP