Re: [R] queue simulation

2010-03-22 Thread jim holtman
What does it mean to "dispatch every member"? Is this a single server queue where processing is done FIFO through a single server, or is it just every member has to wait a predetermined time for processing? If a single server queue, then you can determine the arrival time and then iterate and add

Re: [R] queue simulation

2010-03-22 Thread Bernardo Rangel Tura
On Mon, 2010-03-22 at 02:49 -0600, Carlos Ernesto Lopez Nataren wrote: > Hello everybody :) I am trying to simulate a queue with times of arrival to > the queue and time taken to dispatch every member of the queue coming from > two exponential distributions, I am interested in knowing the number

[R] queue simulation

2010-03-22 Thread Carlos Ernesto Lopez Nataren
Hello everybody :) I am trying to simulate a queue with times of arrival to the queue and time taken to dispatch every member of the queue coming from two exponential distributions, I am interested in knowing the number of people at any time and the time that takes every member of this queue to

Re: [R] queue simulation

2008-12-22 Thread Norm Matloff
> Date: 22-Dec-2008 10:11:28 GMT > From: "Gerard M. Keogh" > Subject: [R] queue simulation > To: r-help@r-project.org > > Hi all, > > > I have a multiple queing situation I'd like to simulate to get some idea of > the distributions - waiting time

Re: [R] queue simulation

2008-12-22 Thread Charles C. Berry
On Mon, 22 Dec 2008, Gerard M. Keogh wrote: Hi all, I have a multiple queing situation I'd like to simulate to get some idea of the distributions - waiting times and allocations etc. Does R has a package available for this - many years ago there used to be a language called "simscript" for di

[R] queue simulation

2008-12-22 Thread Gerard M. Keogh
Hi all, I have a multiple queing situation I'd like to simulate to get some idea of the distributions - waiting times and allocations etc. Does R has a package available for this - many years ago there used to be a language called "simscript" for discrete event simulation and I was wondering if