You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Purpose
2
-
By employing this library, the user will be able to evaluate any transient or steady-state M/M/C/K queueing network that can be defined by an adjacency matrix and a number of additional parameters. The model *does not* have to exist on product form. A weighted directed adjacency matrix is used by the class `create` to automatically construct the infinitesimal generator for the network at hand. The resulting object is then used as input in the class `evaluate` to retrieve the behavior of the network.
2
+
The purpose of this library is to assist data scientists with evaluating both transient and steady-state M/M/C/K queueing networks. The library has been designed to make this process as painless as possible by restricting the input to the adjacency matrix and the basic parameters that characterize the system. Further the model *does not* have to exist on product form. Basically, a class (`create`) automatically constructs the infinitesimal generator for the network at hand. The resulting object is then used as input in an evaluation class (`evaluate`) to retrieve the behavior of the network.
0 commit comments