Package jline.api.qsys
Class QsysMapG1kResult
java.lang.Object
jline.api.qsys.QsysMapG1kResult
- All Implemented Interfaces:
Serializable
Return value of
Qsys_mapg1k, mirroring the MATLAB result struct of
qsys_mapg1k.m field for field.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionName of the analyzer that produced this result.double|1 - sum_n c_n| at the truncation.doubleAggregate MAP arrival rate.double1 - throughput/lambda.doubleE[number in system].doubleE[service time].intUniformization order used.doubleP(buffer empty).1 x M, P(level = 0, phase j), summing to p0.doubleP(buffer full).1 x M, P(level = K, phase j), summing to pK.1 x (K+1), P(level = l), l = 0..K.doubleOffered load lambda*S.Stationary law of the embedded chain, 1 x K*M.doubleAggregate departure rate [pkts/s].double1 - p0. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
p0
public double p0P(buffer empty). -
pK
public double pKP(buffer full). -
throughput
public double throughputAggregate departure rate [pkts/s]. -
lossProbability
public double lossProbability1 - throughput/lambda. -
lambda
public double lambdaAggregate MAP arrival rate. -
meanServiceTime
public double meanServiceTimeE[service time]. -
utilization
public double utilization1 - p0. -
rho
public double rhoOffered load lambda*S. -
meanQueueLength
public double meanQueueLengthE[number in system]. -
nmax
public int nmaxUniformization order used. -
countingResidual
public double countingResidual|1 - sum_n c_n| at the truncation. -
sigma
Stationary law of the embedded chain, 1 x K*M. -
pKvec
1 x M, P(level = K, phase j), summing to pK. -
p0vec
1 x M, P(level = 0, phase j), summing to p0. -
plevel
1 x (K+1), P(level = l), l = 0..K. -
analyzer
Name of the analyzer that produced this result.
-
-
Constructor Details
-
QsysMapG1kResult
public QsysMapG1kResult()
-