Package jline.api.sn
Class SnGetArvRFromTputKt
-
- All Implemented Interfaces:
public final class SnGetArvRFromTputKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixsnGetArvRFromTput(NetworkStruct sn, Matrix TN, AvgHandle TH)Calculates the average arrival rates at each station from the network throughputs. -
-
Method Detail
-
snGetArvRFromTput
final static Matrix snGetArvRFromTput(NetworkStruct sn, Matrix TN, AvgHandle TH)
Calculates the average arrival rates at each station from the network throughputs.
This function computes arrival rates using the routing matrix (sn.rt) which is indexed by stateful nodes, not stations. For Cache nodes (stateful but not stations), throughputs are computed from hit/miss probabilities.
- Parameters:
sn- the NetworkStruct object for the queueing network modelTN- the matrix of throughputs (indexed by stations)TH- throughput handles for the solver- Returns:
a matrix of average arrival rates (indexed by stations)
-
-
-
-