Package jline.api.mam
Class Map_pntiterKt
-
- All Implemented Interfaces:
public final class Map_pntiterKt
-
-
Method Summary
-
-
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 = D1na
- Number of arrivalst
- Time interval lengthM
- Optional bisection parameter (auto-calculated if not provided)- Returns:
Probability matrix
-
-
-
-