Package: MG1StationaryProbability
Type: Package
Title: Computes Stationary Distribution for M/G/1 Queuing System
URL: https://github.com/MashroomMole/MG1StationaryProbability
Version: 0.1.1
Authors@R: person("Olga", "Zoldaka", role = c("aut", "cre"), email="zoldaka@gmail.com")
Description: The idea of a computational algorithm described in the article by Andronov M. et al. (2022) <https://link.springer.com/chapter/10.1007/978-3-030-92507-9_13>.
    The purpose of this package is to automate computations for a Markov-Modulated M/G/1 queuing system with alternating Poisson flow of arrivals. It offers a set of functions to calculate various mean indices of the system, including mean flow intensity, mean service busy and idle times, and the system's stationary probability.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
BugReports: https://github.com/MashroomMole/MG1StationaryProbability/issues
Imports: parallel(>= 4.3.0), doParallel(>= 1.0.17), foreach(>= 1.5.2),
        memoise(>= 2.0.1), stats(>= 4.3.0)
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-06-06 19:28:23 UTC; Admin
Author: Olga Zoldaka [aut, cre]
Maintainer: Olga Zoldaka <zoldaka@gmail.com>
Repository: CRAN
Date/Publication: 2023-06-07 13:40:05 UTC
