Learn R Programming

MG1StationaryProbability (version 0.1.2)

probabilityOfNArrivalW: 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))

Value

double

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

Examples

Run this code
probabilityOfNArrivalW(1, 2, 3)

Run the code above in your browser using DataLab