BaM-tools / BaM

BaM (Bayesian Modeling) is a framework aimed at estimating a model using a bayesian approach and using it for prediction, with a particular focus on uncertainty quantification.
Other
2 stars 0 forks source link

Handle unfeasible values in prediction when computing envelops #10

Closed benRenard closed 9 months ago

benRenard commented 1 year ago

Current behavior: Envelops are not computed if a single spaghetti is unfeasible. 2DO: Allow for x% of unfeasible spaghettis, remove them and compute envelops on what remains.

benRenard commented 9 months ago

Implemented in commit 6a4bcae62417cf68e9d27c4863de37e36b30d375, with x= 75%.