Skip to content

Extracting derived parameters #157

Closed Answered by hpparvi
jabienias asked this question in Q&A
Discussion options

You must be logged in to vote

Hi John,

Sorry, I should have documented this better. At the moment, you first get an xarray DataSet containing the posterior samples as

df = ta.posterior_samples()

after which you can access the model parameter posterior samples as

df.posterior.b_1

and the derived parameter posterior samples as

df.derived_parameters.t14_1

Hope this helps!

Cheers,
Hannu

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jabienias
Comment options

Answer selected by hpparvi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants