-
I'm sorry if this seems a simple question, but I cannot see how to obtain the derived parameter values after running the model (a, i, t14 and t23), other than estimating them from the corner diagram. Any help gratefully received. John |
Beta Was this translation helpful? Give feedback.
Answered by
hpparvi
May 9, 2024
Replies: 1 comment 1 reply
-
Hi John, Sorry, I should have documented this better. At the moment, you first get an xarray
after which you can access the model parameter posterior samples as
and the derived parameter posterior samples as
Hope this helps! Cheers, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hpparvi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi John,
Sorry, I should have documented this better. At the moment, you first get an xarray
DataSet
containing the posterior samples asafter which you can access the model parameter posterior samples as
and the derived parameter posterior samples as
Hope this helps!
Cheers,
Hannu