bayesnet / bnt

Bayes Net Toolbox for Matlab
465 stars 247 forks source link

Bug using pearl_inf_engine #66

Open ghost opened 6 years ago

ghost commented 6 years ago

At some size of the problem, the estimation of probability for variables with 2 states was 0 and 0. We now use gibbs_sampling_inf_engine. The code is available on Figshare (https://figshare.com/articles/New_draft_itemA_modeling_approach_to_evaluate_the_influence_of_the_spatial_and_temporal_size_of_an_epidemiological_surveillance_network_on_phytosanitary_treatments_for_crops/4675759). For example, in SIMULATE.m with n=196, b=2, it was OK until t=5, afterward all the probabilities was estimated at 0. MJ Cros