Package jline.solvers.fluid.analyzers
Class MFQAnalyzer
-
- All Implemented Interfaces:
-
jline.solvers.fluid.analyzers.FluidAnalyzer
public final class MFQAnalyzer implements FluidAnalyzer
MFQ (Markovian Fluid Queue) analyzer for single-queue open systems.
Uses BUTools FluFluQueue function to compute exact steady-state queue length and sojourn time moments for single-queue networks with phase-type arrivals and service distributions.
Applicability:
Single-queue open system: Source -> Queue -> Sink
Single-server (c=1) or infinite-server (c=Inf)
Exponential or phase-type distributions
References: Horvath G, Telek M, "Sojourn times in fluid queues with independent and dependent input and output processes", PERFORMANCE EVALUATION 79: pp. 160-181, 2014.
-
-
Constructor Summary
Constructors Constructor Description MFQAnalyzer()
-
Method Summary
Modifier and Type Method Description Unitanalyze(NetworkStruct sn, SolverOptions options, SolverResult result)MatrixgetXVecIt()-
-
Method Detail
-
analyze
Unit analyze(NetworkStruct sn, SolverOptions options, SolverResult result)
-
-
-
-