Class DMRAPFromMomentsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static MatrixCell dmrapFromMoments(DoubleArray moms, MatrixCell Nm) Creates a discrete marked rational arrival process that has the same marginal and lag-1 joint moments as given.
      final static MatrixCell dmrapFromMoments(DoubleArray moms, Array<Matrix> Nm) Overload for Array<Matrix>.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • dmrapFromMoments

         final static MatrixCell dmrapFromMoments(DoubleArray moms, MatrixCell Nm)

        Creates a discrete marked rational arrival process that has the same marginal and lag-1 joint moments as given.

        Parameters:
        moms - The list of marginal moments.
        Nm - The list of lag-1 joint moment matrices.
        Returns:

        The H0, H1, ..., HK matrices of the discrete marked rational process