Package jline.solvers.nc.handlers
Class Solver_nc_margaggrKt
-
- All Implemented Interfaces:
public final class Solver_nc_margaggrKt
-
-
Method Summary
Modifier and Type Method Description final static SolverNC.SolverNCMargReturn
solver_nc_margaggr(NetworkStruct sn, SolverOptions options, Double lG)
Computes aggregated marginal probabilities for the NC solver. -
-
Method Detail
-
solver_nc_margaggr
final static SolverNC.SolverNCMargReturn solver_nc_margaggr(NetworkStruct sn, SolverOptions options, Double lG)
Computes aggregated marginal probabilities for the NC solver. This is a port of the MATLAB solver_nc_margaggr.m function.
- Parameters:
sn
- Network structureoptions
- Solver optionslG
- Log normalization constant (optional)- Returns:
SolverNCMargReturn containing marginal probabilities and normalization constant
-
-
-
-