Importance Sampling (IS) in Bayesian Networks
approxInference.Rd
Outputs the normalizing constant given some evidence of a Bayesian network
Usage
approxInference(
BayesNet,
obs,
s_method = "SGS",
N_samples = 100,
relevantSubNet = FALSE,
plot = TRUE,
returnList = FALSE
)