posterior_of in 0.5.0 is exactly the shape asked for here — a linear functional, correlations intact — so the API half of this issue is delivered. Thank you.
**It does not yet reach this…
Measured against 0.5.0, as asked. posterior_of cannot answer either question on this model yet, and the reason is structural: it sees the latest time slice, and this is Through-Time.
##…
Schedule with snapshot + barrier merge
Schedule with snapshot + barrier merge
Closing, per the reasoning above.
To leave a clean record of what was decided rather than just that it was:
- The
Scheduletrait this issue would have implemented is gone as of633a503…
Schedule with snapshot + barrier merge
Heads-up: this issue's premise no longer holds after 633a503.
It proposes a synchronous-EP Schedule with snapshot and barrier merge. The Schedule trait has been removed, along with…
converge() never returns Err, and MismatchedShape is misused for type errors
Schedule trait is public API that the engine never uses — wire it into run_chain or make it private
expected_information_gain is discrete-outcome only, so scored consumers cannot ask "which matchup next?"
predict_* is a ranked outcome — there is no predictive distribution for a SCORE
Investigated. Your hypothesis (1) is right, hypothesis (2) is wrong, and the direction is the opposite of what the issue assumes. There is also now a call that gives you the quantity you were…