Publications by Kuntal Bakuli
Document
Data Generation The following bunch of codes has been used to generate the overall data, data for the Subsection 2.3 and Section 3 is also generated. # Fixing the values of the system parametrs lambda=1.5;mu=.4;b=5 # Generating data using simulation set.seed(1) arrival<-rexp(60*24*50,lambda) cumA=cumsum(arrival) service<-NULL service[1]=c...
814 sym R (7848 sym/25 pcs) 6 img
Additional Computation Ch.5
The Arrival rate is 5, Service rate is 1 and Capacity of the server is 10 Data Generation The following bunch of codes has been used to generate the overall data, data for the Subsection 2.3 and Section 3 is also generated. # Fixing the values of the system parameters lambda=5;mu=1;b=10 # Generating data using simulation set.seed(2) arrival...
2143 sym R (10457 sym/36 pcs) 12 img
Chapter 5 R Codes- Additional Computation 2
The Arrival rate is 10, Service rate is 2 and Capacity of the server is 15 Data Generation The following bunch of codes has been used to generate the overall data, data for the Subsection 2.3 and Section 3 is also generated. # Fixing the values of the system parameters lambda=10;mu=2;b=15 # Generating data using simulation set.seed(2) arriv...
2147 sym R (10481 sym/36 pcs) 12 img
Additional Computation3 of Ch.5
The Arrival rate is 2, Service rate is 0.2 and Capacity of the server is 7 Data Generation The following bunch of codes has been used to generate the overall data, data for the Subsection 2.3 and Section 3 is also generated. # Fixing the values of the system parameters lambda=2;mu=0.2;b=7 # Generating data using simulation set.seed(5) arriv...
6033 sym R (10530 sym/36 pcs) 12 img
Chapter 5 additional Computation
Arrival rate is 5, Service rate is 1 and capacity of the server in 10 Data Generation The following bunch of codes has been used to generate the overall data, data for the Subsection 2.3 and Section 3 is also generated. # Fixing the values of the system parameters lambda=5;mu=1;b=10 # Generating data using simulation set.seed(2) arrival<-re...
1847 sym R (7613 sym/27 pcs) 7 img
Bayesian computation of system parameters of bulk service queue
Arrival rate is 4, Service rate is 0.5 and capacity of the server in 10 Data Generation The following bunch of codes has been used to generate the overall data, data for the Subsection 2.3 and Section 3 is also generated. # Fixing the values of the system parameters lambda=1.5;mu=0.4;b=5 # Generating data using simulation set.seed(2) arriva...
1848 sym R (7640 sym/27 pcs) 7 img