Class MRAPFromMoments

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

public final class MRAPFromMoments extends Object
  • Method Details

    • mrapFromMoments

      public static MatrixCell mrapFromMoments(double[] moms, MatrixCell Nm)
      Creates a continuous marked rational arrival process that has the same marginal and lag-1 joint moments as given.
    • mrapFromMoments

      public static MatrixCell mrapFromMoments(double[] moms, Matrix[] Nm)
      Overload for Matrix[].
    • rapFromMoments

      public static Pair<Matrix,Matrix> rapFromMoments(double[] moms, Matrix Nm)
      Creates a rational arrival process that has the same marginal and lag-1 joint moments as given. Convenience wrapper for single arrival type (K=1).