Skip to content
#

likelihood-free

Here are 8 public repositories matching this topic...

Language: All
Filter by language
vaseline555
vaseline555 commented Feb 9, 2020

For example,
in ELFI tutorial...
We should specify observed data like below:

Y = elfi.Simulator(MA2, t1, t2, observed=y_obs)

for calculating a discrepancy like:

d = elfi.Distance('euclidean', S1, S2)

What I wonder is,
without explicitly passing 'observed' argument to the Simulator object,
can we make it possible to do ABC-rejection by modifying discrepancy function?
e.g. inste

Improve this page

Add a description, image, and links to the likelihood-free topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the likelihood-free topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.