Replies: 1 comment 5 replies
-
Hey @rzhli indeed we should add such an example to https://github.com/ReactiveBayes/RxInferExamples.jl |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Parameter estimation using both optimization method and bayesian method are described here, the package the bayesian method used is
Turing.jl
. I'm wondering weatherRxInfer.jl
can do ODE parameter estimation, and how to implement it.Here is the ODE function and data that used:
With the ode function and the data(lotka_data_noisy), how to find my parameter
lotka_p
Similar example is SIR model as described there, but may be a little different
Beta Was this translation helpful? Give feedback.
All reactions