You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading a trace with categorical values into Tracer, it may contain several categories that were only visited during the burn-in. When the burn-in is subsequently omitted, some categories will have frequency 0. I've committed a small fix that avoids a NullPointerException for those categories, but the question remains: should we still plot that category (in the marginal density panel) but with frequency 0, or should we not plot those categories at all?
The text was updated successfully, but these errors were encountered:
The other aspect of this is that a categorical value may not be visit even in burnin. Ideally all values should be shown even if zero frequency. Tracer has no way of knowing unvisited states exist. BEAST could define the set of categorical values in the log file's header (the initial lines prefixed with #).
When loading a trace with categorical values into Tracer, it may contain several categories that were only visited during the burn-in. When the burn-in is subsequently omitted, some categories will have frequency 0. I've committed a small fix that avoids a NullPointerException for those categories, but the question remains: should we still plot that category (in the marginal density panel) but with frequency 0, or should we not plot those categories at all?
The text was updated successfully, but these errors were encountered: