Class MarginalDistributionFromMAP

java.lang.Object
jline.lib.butools.map.MarginalDistributionFromMAP

public final class MarginalDistributionFromMAP extends Object
  • Method Details

    • marginalDistributionFromMAP

      public static PHRepresentation marginalDistributionFromMAP(Matrix D0, Matrix D1)
      Returns the phase type distributed marginal distribution of a Markovian arrival process.
      Parameters:
      D0 - The D0 matrix of the Markovian arrival process
      D1 - The D1 matrix of the Markovian arrival process
      Returns:
      PHRepresentation containing alpha (initial vector) and A (transient generator)
    • marginalDistributionFromRAP

      public static PHRepresentation marginalDistributionFromRAP(Matrix H0, Matrix H1)
      Returns the matrix exponential distributed marginal distribution of a rational arrival process.
      Parameters:
      H0 - The H0 matrix of the rational arrival process
      H1 - The H1 matrix of the rational arrival process
      Returns:
      PHRepresentation containing alpha (initial vector) and A (matrix parameter)