ModelInference / synoptic

Inferring models of systems from observations of their behavior
Other
81 stars 25 forks source link

Initial node in GWT model has wrong counts/probabilities #394

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Generating a model in the GWT interface for the "Shopping cart web app" example 
log generates a model that demonstrates the bug:

1. The initial node has probabilities of 1.0 along both emitted edges, summing 
to 2.0. They should sum to 1.0

2. Switching to "counts" view shows that the counts from the initial node along 
both edges are 1 and 1, when they should be 30 and 15.

Original issue reported on code.google.com by bestchai on 25 Jan 2015 at 11:42