CheckInput: Generic S3 method to check the params of a queueing model (or...

Description Usage Arguments Details References See Also Examples

View source: R/queueing.R

Description

Generic S3 method to check the params of a queueing model (or network)

Usage

1

Arguments

x

a object of class i_MM1, i_MMC, i_MM1K, i_MMCK, i_MM1KK, i_MMCKK, i_MMCC, i_MMCKM, i_MMInfKK, i_MMInf, i_OJN

...

aditional arguments

Details

Generic S3 method to check the params of a queueing model (or network)

References

[Sixto2004] Sixto Rios Insua, Alfonso Mateos Caballero, M Concepcion Bielza Lozoya, Antonio Jimenez Martin (2004).
Investigacion Operativa. Modelos deterministicos y estocasticos.
Editorial Centro de Estudios Ramon Areces.

[Kleinrock1975] Leonard Kleinrock (1975).
Queueing Systems Vol 1: Theory.
John Wiley & Sons.

See Also

CheckInput.i_MM1
CheckInput.i_MMC
CheckInput.i_MM1K
CheckInput.i_MMCK
CheckInput.i_MM1KK
CheckInput.i_MMCKK
CheckInput.i_MMCC
CheckInput.i_MMCKM
CheckInput.i_MMInfKK
CheckInput.i_MMInf
CheckInput.i_OJN

Examples

1
2
3
4
5
## create input parameters
i_mm1 <- NewInput.MM1(lambda=1/4, mu=1/3, n=0)

## Check the inputs
CheckInput(i_mm1)

queueing documentation built on Dec. 9, 2019, 1:06 a.m.