Package jline.api.mam

Class Map_pntiterKt

    • 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 Matrix map_pntiter(Array<Matrix> MAP, Integer na, Double t, Integer M) Probability of having exactly na arrivals within time interval t using iterative method.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • map_pntiter

         final static Matrix map_pntiter(Array<Matrix> MAP, Integer na, Double t, Integer M)

        Probability of having exactly na arrivals within time interval t using iterative method. Based on Neuts and Li, MAM1.

        Parameters:
        MAP - MAP process as Array<Matrix> where MAP0 = D0 and MAP1 = D1
        na - Number of arrivals
        t - Time interval length
        M - Optional bisection parameter (auto-calculated if not provided)
        Returns:

        Probability matrix