Regarding non conjugate priors #210
Unanswered
prantik1998
asked this question in
Q&A
Replies: 3 comments
-
Hi @prantik1998. Generally, two ways are available:
f(x) = x
...
x ~ Beta(a, b)
x_ ~ f(x) where {meta = CVI(rng, nr_samples, nr_iterations, optimizer)}
y ~ Normal(0.0, x_)
... More on it here:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @albertpod I wanted to know whether the CVI method will also work when x is a vector ?? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @prantik1998, yes it will work. You can check this example https://biaslab.github.io/RxInfer.jl/stable/examples/advanced_examples/Nonlinear%20Sensor%20Fusion/#examples-nonlinear-sensor-fusion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to know how to perform inference with non conjugate priors using rxinfer
Beta Was this translation helpful? Give feedback.
All reactions