Class Solver_nc_lossn_analyzer

java.lang.Object
jline.solvers.nc.analyzers.Solver_nc_lossn_analyzer

public final class Solver_nc_lossn_analyzer extends Object
  • Method Details

    • solver_nc_lossn_analyzer

      public static NCResult solver_nc_lossn_analyzer(NetworkStruct sn, SolverOptions options)
      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).