Replies: 2 comments 1 reply
-
Hi there, Yes, you can absolutely use
Does this make sense? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have now approached this like as follows. My sim_t_3 function translates P into a cov matrix, it then generates D (stochastic), then I estimate M given D. However I find that the posterior P is very close to the prior given M_obs. I don't find posterior P close to the ground truth.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is some data D that generates metrics M (corr matrix, model coefficients, quantiles, etc). I cannot observe D but only M. I want to generate a synthetic copy D' which generates metrics M' which have a small distance with M.
I was wondering how I would use SBI to find parameters P (eg mu and cov matrix) that generate D' so to minimise the distance between M and M'.
My function f(P) that generates the data could be the simulator function in SBI.
Beta Was this translation helpful? Give feedback.
All reactions