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
Note that this output has an entry for '3' but this should always have probability zero. In other words, the workaround results in excess entries in the distribution.
The text was updated successfully, but these errors were encountered:
Minimal example:
Expected:
[{"Joint Distribution":[["Value","Probability"],["0","0.81"],["1","0.18000000000000005"],["2","0.010000000000000004"]]}]
Or a type error of some kind telling me this is not possible.
Actual:
{"Joint Distribution":[["Value","Probability"],["0","0.82000000000000006"],["1","0.18000000000000005"]]}
]
Workaround:
Output:
[{"Joint Distribution":[["Value","Probability"],["0","0.81"],["1","0.18000000000000005"],["2","0.010000000000000004"],["3","0"]]}]
Note that this output has an entry for '3' but this should always have probability zero. In other words, the workaround results in excess entries in the distribution.
The text was updated successfully, but these errors were encountered: