-
|
Hi everyone, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @Millet21 very good question. It is not directly implemented in This has been done before, see e.g., here: https://github.com/janfb/mcabc/tree/master/mcabc/model, and with more detail here: https://2019.ccneuro.org/proceedings/0000578.pdf For the Does this help? Best, |
Beta Was this translation helpful? Give feedback.
Hi @Millet21
very good question. It is not directly implemented in
sbi, but there are ways to do it. Recently, we implemented aCategoricalMADEdiscrete density estimator that enables you to learn a discrete posterior. You could train it with a training data set consisting of simulated data from different competing models, modeled by a categorical variable with categories, say1,2,N.This has been done before, see e.g., here: https://github.com/janfb/mcabc/tree/master/mcabc/model, and with more detail here: https://2019.ccneuro.org/proceedings/0000578.pdf
For the
harmonic mean estimator, I have not looked at it in detail, but once you have performedNPEorNLEusing thesbipackage, you…