Class MarginalDistributionFromDRAP

java.lang.Object
jline.lib.butools.dmap.MarginalDistributionFromDRAP

public final class MarginalDistributionFromDRAP extends Object
  • Method Details

    • marginalDistributionFromDRAP

      public static MGFromMoments.MGRepresentation marginalDistributionFromDRAP(Matrix H0, Matrix H1, double prec)
      Returns the matrix geometrically distributed marginal distribution of a discrete rational arrival process.
      Parameters:
      H0 - The H0 matrix of the discrete rational arrival process
      H1 - The H1 matrix of the discrete rational arrival process
      prec - Numerical precision for checking if the input is valid
      Returns:
      The MGRepresentation containing alpha (initial vector) and A (matrix parameter)
    • marginalDistributionFromDRAP

      public static MGFromMoments.MGRepresentation marginalDistributionFromDRAP(Matrix H0, Matrix H1)