Package jline.inference.lang
Class ParamEstimator
java.lang.Object
jline.inference.lang.ParamEstimator
Service demand estimator for queueing network models.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Networkfinal EstimatorOptionsfinal List<List<List<SampledMetric>>> final List<List<SampledMetric>> -
Constructor Summary
ConstructorsConstructorDescriptionParamEstimator(Network model) ParamEstimator(Network model, EstimatorOptions options) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSamples(SampledMetric sampleData) static EstimatorOptionsestimateAt(List<Station> nodes) getAggrQLen(Node node) getAggrQLen(Node node, ConditionEvent ev) getAggrUtil(Node node) getData()getQLen(Node node, JobClass jobClass, ConditionEvent ev) static StringgetRequiredMetrics(String method) void
-
Field Details
-
model
-
options
-
samples
-
samplesAggr
-
-
Constructor Details
-
ParamEstimator
-
ParamEstimator
-
-
Method Details
-
addSamples
-
getData
-
getDataAggr
-
getArvR
-
getUtil
-
getRespT
-
getAggrUtil
-
getQLen
-
getQLen
-
getAggrQLen
-
getAggrQLen
-
getTput
-
autoMethod
-
interpolate
public void interpolate() -
estimateAt
-
buildClosedEquivalentForPS
-
defaultOptions
-
getRequiredMetrics
-