probabilityOfNArrivalW {MG1StationaryProbability} | R Documentation |
Probability of n arrival during time t (without joint probability of j)
Description
Probability of n arrival during time t (without joint probability of j)
Usage
probabilityOfNArrivalW(i, n, t, m = c(0.2, 0.3), lambda = c(1, 2))
Arguments
i |
MC i-th state |
n |
number of arrivals |
t |
time value |
m |
distribution parameters vector of sojourn times in alternating environment states |
lambda |
Poisson flow intensity vector |
Value
double
Examples
probabilityOfNArrivalW(1, 2, 3)
[Package MG1StationaryProbability version 0.1.2 Index]