Open tingyuansen opened 9 years ago
Hi there,
I came across another bug in the dev_struct_finding branch. When libpgm calculates the likelihood, it calls norm(loc=mean, scale=variance). It should be scale=np.sqrt(variance).
Thanks.
Cheers, Yuan-Sen
Good catch -- just pushed that fix into dev_struct_finding. We will merge into master once we look at the other outstanding issues.
Hi there,
I came across another bug in the dev_struct_finding branch. When libpgm calculates the likelihood, it calls norm(loc=mean, scale=variance). It should be scale=np.sqrt(variance).
Thanks.
Cheers, Yuan-Sen