Package jline.solvers.nc.handlers
Class Solver_nc_jointmarg
java.lang.Object
jline.solvers.nc.handlers.Solver_nc_jointmarg
Joint probability of the per-station TOTAL queue lengths.
This is NOT Solver_nc_jointaggr, which fixes the per-class
population of every station: each state here is the sum of jointaggr over the
whole fibre of per-class tables with these row sums, and that fibre grows
combinatorially. The permanent evaluates the sum in closed form
(Pfqn_jointmarg).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classResult of a joint total-queue-length evaluation. -
Method Summary
Modifier and TypeMethodDescriptionsolver_nc_jointmarg(NetworkStruct sn, SolverOptions options, Matrix nvec, String engine, Double lG)
-
Method Details
-
solver_nc_jointmarg
public static Solver_nc_jointmarg.Ret_jointmarg solver_nc_jointmarg(NetworkStruct sn, SolverOptions options, Matrix nvec, String engine, Double lG) - Parameters:
sn- network structureoptions- solver optionsnvec- per-station total job countsengine- permanent engine, "exact" by defaultlG- log normalizing constant already known, or null- Returns:
- the probability, its logarithm, the constant and the runtime
-