Class GM1StationaryDistr

java.lang.Object
jline.lib.butools.mam.GM1StationaryDistr

public final class GM1StationaryDistr extends Object
  • Method Details

    • gm1StationaryDistr

      public static Matrix gm1StationaryDistr(List<Matrix> B, Matrix R, int K)
      Returns the stationary distribution of the G/M/1 type Markov chain up to a given level K.
      Parameters:
      B - List of matrix blocks of the G/M/1 type generator at the boundary.
      R - Matrix R of the G/M/1 type Markov chain.
      K - The stationary distribution is returned up to this level.
      Returns:
      The stationary probability vector up to level K.
    • gm1StationaryDistr

      public static Matrix gm1StationaryDistr(Matrix[] B, Matrix R, int K)
      Overload accepting Matrix[].