Replies: 2 comments 2 replies
-
What you are describing is an M/M/5 system, and this can be easily implemented as shown in this vignette. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Dr. Ucar,
Thank you so much for your reply.
I should have clarified in my question: I am interesting in simulating the transient behavior of the queue. I am not interested in simulating the long term behavior of the queue.
This should still be possible in the SIMMER package, correct?
Thanks,
S
…________________________________
From: Iñaki Ucar ***@***.***>
Sent: August 21, 2024 8:05 AM
To: r-simmer/simmer ***@***.***>
Cc: swaheera ***@***.***>; Author ***@***.***>
Subject: Re: [r-simmer/simmer] How to use SIMMER for basic queueing (Issue #309)
What you are describing is an M/M/5 system, and this can be easily implemented as shown in this vignette<https://r-simmer.org/articles/simmer-06-queueing#mmck-systems>.
—
Reply to this email directly, view it on GitHub<#309 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASHV6NCICAVKGAT5EMAZLVLZSR7BXAVCNFSM6AAAAABM3IU3POVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBRHA4DQNZRGE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was reading about the Simmer package in R. It looks very interesting!
I am working on the following simulation problem:
Is it possible to do this problem in Simmer?
Thanks,
S
Here is the code I am currently using in base R:
Beta Was this translation helpful? Give feedback.
All reactions