- QBDPhaseSolver - Class in jmarkov.jqbd.solvers
-
This class is abstrac and inplements the mathods necesaries
to compute the performance measures for a PHPH1 model
and generate the caracteristic matrix from it.
- QBDPhaseSolver() - Constructor for class jmarkov.jqbd.solvers.QBDPhaseSolver
-
- quantil(double) - Method in class jphase.AbstractContPhaseVar
-
- quantil(double) - Method in class jphase.AbstractDiscPhaseVar
-
- quantil(double) - Method in interface jphase.PhaseVar
-
Computes the quantile q of the distribution,
such that F(q) = p
- QueueMEk1 - Class in examples.jmarkov
-
This example represents a queueing system with Poisson arrivals at rate
lambda' if the system is empty, and a rate lambda otherwise.
- QueueMEk1(int, int, double[]) - Constructor for class examples.jmarkov.QueueMEk1
-
Constructs a M/H2(k)/1 queue whit arrival sates lambda1 and lamdda2 and
service rates mu1 and mu2.
- QueueMEk1() - Constructor for class examples.jmarkov.QueueMEk1
-
Used by GUI
- QueueMH2k1 - Class in examples.jmarkov
-
This example represents a queueing system with Poisson arrivals at rate
$\lambda’$ if the system is empty, and a rate $\lambda$ otherwise.
- QueueMH2k1(int, int, double, double) - Constructor for class examples.jmarkov.QueueMH2k1
-
Constructs a M/H2(k)/1 queue whit arrival sates lambda1 and lamdda2 and
service rates mu1 and mu2.
- QueueMH2k1() - Constructor for class examples.jmarkov.QueueMH2k1
-
Used by GUI
- QueueMM1N - Class in examples.jmarkov
-
This class implements an M/M/1/N queue.
- QueueMM1N(double, double, int) - Constructor for class examples.jmarkov.QueueMM1N
-
Constructs a M/M/1/N queue.
- QueueMM1N() - Constructor for class examples.jmarkov.QueueMM1N
-
Returns an QueueMM1N object with arrival rate 4.0, service rate
2.0 and capacity of 4 customers in the system.
- QueueMM2dN - Class in examples.jmarkov
-
This class represents a system with 2 different exponential
servers with rates mu1 and mu2, respectively, and arrival rate
lambda.
- QueueMM2dN(double, double, double, double, int) - Constructor for class examples.jmarkov.QueueMM2dN
-
Constructs a M/M/2d queue with arrival rate lambda and service
rates mu1 and mu 2.
- QueueMM2dN() - Constructor for class examples.jmarkov.QueueMM2dN
-
Returns an QueueMM2N object with arrival rate 4.0, service rate
of the first server 2.0, service rate of the second server 3.0,
probability of choose the first server 0.3 and capacity of 8
customers in the system.
- QueueMMKdN - Class in examples.jmarkov
-
This class represents is a system with K different
exponential servers with rates mu1, mu2, etc,
respectively, and arrival rate lambda.
- QueueMMKdN(double, double[], double[], int) - Constructor for class examples.jmarkov.QueueMMKdN
-
Constructs a M/M/Kd queue with arrival rate lambda and service
rates mu, relative probabilities of choosing each server alpha
- QueueMMKdN() - Constructor for class examples.jmarkov.QueueMMKdN
-
Returns an QueueMMKdN object with arrival rate 1.0,
service rates of 2.0, 3.0 and 4.0;
and capacity of 8 customers in the system.
- QueuePhPh2 - Class in examples.jmarkov
-
This class implements a system whit two tandem servers each one with a phase
service.
- QueuePhPh2(double, double, double, double, double, double, int) - Constructor for class examples.jmarkov.QueuePhPh2
-
Constructor for the PhPh2 class
- QueuePhPh2() - Constructor for class examples.jmarkov.QueuePhPh2
-
Used by GUI