Package jline.api.fes
Class FesMapAggregateResult
java.lang.Object
jline.api.fes.FesMapAggregateResult
The load-dependent MAP that replaces an aggregated subnetwork, with the descriptors it
was fitted from.
Copyright (c) 2012-2026, Imperial College London
All rights reserved.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<MatrixCell>Service process of the flow-equivalent server, index k-1 holding k jobs.final int[]Populations at which the inter-departure MAP was evaluated.final double[][]Descriptors e1, e2, e3 and the index of dispersion at each population.final int[]Fit status at each population, see Map2_fit_idc.final double[]Throughput of the subnetwork at each population. -
Constructor Summary
ConstructorsConstructorDescriptionFesMapAggregateResult(List<MatrixCell> fes, double[] throughput, double[][] moments, int[] status, int[] grid) -
Method Summary
-
Field Details
-
fes
Service process of the flow-equivalent server, index k-1 holding k jobs. -
throughput
public final double[] throughputThroughput of the subnetwork at each population. -
moments
public final double[][] momentsDescriptors e1, e2, e3 and the index of dispersion at each population. -
status
public final int[] statusFit status at each population, see Map2_fit_idc. -
grid
public final int[] gridPopulations at which the inter-departure MAP was evaluated.
-
-
Constructor Details
-
FesMapAggregateResult
public FesMapAggregateResult(List<MatrixCell> fes, double[] throughput, double[][] moments, int[] status, int[] grid)
-