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.
- Parameters:
sn- the NetworkStruct object for the queueing network modelTN- the matrix of throughputsTH- throughput handles for the solver- Returns:
a matrix of average arrival rates
-
-
-
-