Package jline.solvers.nc.analyzers
Class Solver_nc_lossn_analyzer
java.lang.Object
jline.solvers.nc.analyzers.Solver_nc_lossn_analyzer
-
Method Summary
Modifier and TypeMethodDescriptionstatic NCResultsolver_nc_lossn_analyzer(NetworkStruct sn, SolverOptions options) Analyzes open loss networks with FCR.
-
Method Details
-
solver_nc_lossn_analyzer
Analyzes open loss networks with FCR. Method selection (options.method): "erlangfp" (default) - Erlang fixed-point (reduced-load) approximation. "mci" - Monte Carlo importance-sampling summation (Ross-Wang 1992): estimates the normalization constant g(C) and class blocking with confidence intervals (options.samples/options.seed).
-