loadCoefficient {MG1StationaryProbability}R Documentation

Load coefficient

Description

Load coefficient

Usage

loadCoefficient(m, lambda)

Arguments

m

distribution parameters vector of sojourn times in alternating environment states

lambda

Poisson flow intensity vector

Value

load coefficient value (double) of the arriving flow

Examples

loadCoefficient(m = c(0.2, 0.3), lambda = c(1,2))

[Package MG1StationaryProbability version 0.1.2 Index]